UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

8 lines (7 loc) 270 B
import { Component, PropsOf } from '@builder.io/qwik'; import type { LinkProps } from '@builder.io/qwik-city'; type NavbarBrandProps = PropsOf<'a'> & { tag?: Component<LinkProps> | string; }; export declare const NavbarBrand: Component<NavbarBrandProps>; export {};