UNPKG

flowbite-qwik

Version:

Official Qwik components built for Flowbite and Tailwind CSS

8 lines (7 loc) 234 B
import { Component, PropsOf } from '@builder.io/qwik'; import { IconProps } from 'flowbite-qwik-icons'; type KbdProps = PropsOf<'span'> & { icon?: Component<IconProps>; }; export declare const Kbd: Component<KbdProps>; export {};