UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

13 lines (12 loc) 468 B
import { type WidgetPlaceholderProps } from ".."; /** * [Go to docs](https://flowbite-svelte.com/) * ## Type * [WidgetPlaceholderProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1450) * ## Props * @prop class: className * @prop classes */ declare const WidgetPlaceholder: import("svelte").Component<WidgetPlaceholderProps, {}, "">; type WidgetPlaceholder = ReturnType<typeof WidgetPlaceholder>; export default WidgetPlaceholder;