flowbite-svelte
Version:
Flowbite components for Svelte
13 lines (12 loc) • 420 B
TypeScript
/**
* [Go to docs](https://flowbite-svelte.com/)
* ## Type
* [NavBrandProps](https://github.com/themesberg/flowbite-svelte/blob/main/src/lib/types.ts#L1130)
* ## Props
* @prop children
* @prop class: className
* @prop ...restProps
*/
declare const NavBrand: import("svelte").Component<import("svelte/elements").HTMLAnchorAttributes, {}, "">;
type NavBrand = ReturnType<typeof NavBrand>;
export default NavBrand;