UNPKG

flowbite-svelte-blocks

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