UNPKG

svelte-5-ui-lib

Version:

Svelte 5 UI Lib is a UI library built from scratch to leverage Svelte 5's runes system, creating smooth, reactive components.

165 lines (164 loc) 3.46 kB
export declare const drawer: import("tailwind-variants").TVReturnType<{ position: { fixed: { base: string; }; absolute: { base: string; }; }; placement: { left: { base: string; }; right: { base: string; }; top: { base: string; }; bottom: { base: string; }; }; width: { default: { base: string; }; full: { base: string; }; half: { base: string; }; }; backdrop: { true: { backdrop: string; }; }; }, { base: string; backdrop: string; }, undefined, { position: { fixed: { base: string; }; absolute: { base: string; }; }; placement: { left: { base: string; }; right: { base: string; }; top: { base: string; }; bottom: { base: string; }; }; width: { default: { base: string; }; full: { base: string; }; half: { base: string; }; }; backdrop: { true: { backdrop: string; }; }; }, { base: string; backdrop: string; }, import("tailwind-variants").TVReturnType<{ position: { fixed: { base: string; }; absolute: { base: string; }; }; placement: { left: { base: string; }; right: { base: string; }; top: { base: string; }; bottom: { base: string; }; }; width: { default: { base: string; }; full: { base: string; }; half: { base: string; }; }; backdrop: { true: { backdrop: string; }; }; }, { base: string; backdrop: string; }, undefined, unknown, unknown, undefined>>; export declare const drawerhead: import("tailwind-variants").TVReturnType<{ [key: string]: { [key: string]: import("tailwind-merge").ClassNameValue | { button?: import("tailwind-merge").ClassNameValue; base?: import("tailwind-merge").ClassNameValue; svg?: import("tailwind-merge").ClassNameValue; }; }; } | { [x: string]: { [x: string]: import("tailwind-merge").ClassNameValue | { button?: import("tailwind-merge").ClassNameValue; base?: import("tailwind-merge").ClassNameValue; svg?: import("tailwind-merge").ClassNameValue; }; }; } | {}, { base: string; button: string; svg: string; }, undefined, { [key: string]: { [key: string]: import("tailwind-merge").ClassNameValue | { button?: import("tailwind-merge").ClassNameValue; base?: import("tailwind-merge").ClassNameValue; svg?: import("tailwind-merge").ClassNameValue; }; }; } | {}, { base: string; button: string; svg: string; }, import("tailwind-variants").TVReturnType<unknown, { base: string; button: string; svg: string; }, undefined, unknown, unknown, undefined>>;