UNPKG

flowbite-svelte-blocks

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