flowbite-svelte
Version:
Flowbite components for Svelte
12 lines (11 loc) • 451 B
TypeScript
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#L1456)
* ## Props
* @prop class: className
*/
declare const WidgetPlaceholder: import("svelte").Component<WidgetPlaceholderProps, {}, "">;
type WidgetPlaceholder = ReturnType<typeof WidgetPlaceholder>;
export default WidgetPlaceholder;