UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

41 lines (40 loc) 938 B
import { type VariantProps } from "tailwind-variants"; import type { Classes } from "../theme/themeUtils"; export type VirtualListVariants = VariantProps<typeof virtualList> & Classes<typeof virtualList>; export declare const virtualList: import("tailwind-variants").TVReturnType<{ contained: { true: { item: string; }; false: {}; }; }, { container: string; spacer: string; content: string; item: string; }, undefined, { contained: { true: { item: string; }; false: {}; }; }, { container: string; spacer: string; content: string; item: string; }, import("tailwind-variants").TVReturnType<{ contained: { true: { item: string; }; false: {}; }; }, { container: string; spacer: string; content: string; item: string; }, undefined, unknown, unknown, undefined>>;