UNPKG

flowbite-svelte-blocks

Version:
15 lines (14 loc) 400 B
import type { Snippet } from 'svelte'; interface Props { children: Snippet; class?: string; } /** * [Go to docs](https://flowbite-svelte-blocks.codewithshin.com/) * ## Props * @props: children: any; * @props:class: string; */ declare const FeatureDefault: import("svelte").Component<Props, {}, "">; type FeatureDefault = ReturnType<typeof FeatureDefault>; export default FeatureDefault;