UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

8 lines (7 loc) 342 B
import { type ClassValue } from "clsx"; export { default as CloseButton } from "./CloseButton.svelte"; export { closeButton } from "./theme"; export { trapFocus } from "./actions"; export { default as Popper } from "./Popper.svelte"; export declare function cn(...inputs: ClassValue[]): string; export declare function idGenerator(): string;