UNPKG

flowbite-svelte-blocks

Version:
12 lines (11 loc) 284 B
interface Props { href?: string; } /** * [Go to docs](https://flowbite-svelte-blocks.codewithshin.com/) * ## Props * @props: href: any; */ declare const Facebook: import("svelte").Component<Props, {}, "">; type Facebook = ReturnType<typeof Facebook>; export default Facebook;