File size: 738 Bytes
bc20498 |
1 2 3 4 5 6 7 8 9 |
/// <reference types="svelte" />
import type { MeltActionReturn } from '../../internal/types.js';
import type { LabelEvents } from './events.js';
export declare function createLabel(): {
elements: {
root: import("../../internal/helpers/index.js").MeltElement<import("svelte/store").Stores | undefined, (node: HTMLElement) => MeltActionReturn<LabelEvents['root']>, (() => Record<string, any> | ((...args: any[]) => Record<string, any>)) | ((values: any) => Record<string, any> | ((...args: any[]) => Record<string, any>)) | ((values: any[]) => Record<string, any> | ((...args: any[]) => Record<string, any>)) | ((values: [any, ...any[]]) => Record<string, any> | ((...args: any[]) => Record<string, any>)), "label">;
};
};
|