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.
63 lines (62 loc) • 1.4 kB
TypeScript
declare const avatar: import("tailwind-variants").TVReturnType<{
cornerStyle: {
rounded: string;
circular: string;
};
border: {
true: string;
false: string;
};
stacked: {
true: string;
false: string;
};
size: {
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
};
}, undefined, "relative flex items-center justify-center bg-gray-100 dark:bg-gray-600 text-gray-600 dark:text-gray-300", {
cornerStyle: {
rounded: string;
circular: string;
};
border: {
true: string;
false: string;
};
stacked: {
true: string;
false: string;
};
size: {
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
};
}, undefined, import("tailwind-variants").TVReturnType<{
cornerStyle: {
rounded: string;
circular: string;
};
border: {
true: string;
false: string;
};
stacked: {
true: string;
false: string;
};
size: {
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
};
}, undefined, "relative flex items-center justify-center bg-gray-100 dark:bg-gray-600 text-gray-600 dark:text-gray-300", unknown, unknown, undefined>>;
export { avatar };