@vela-ui/react
Version:
Vela UI React components
10 lines (7 loc) • 820 B
text/typescript
import * as react_jsx_runtime from 'react/jsx-runtime';
import * as tailwind_variants from 'tailwind-variants';
import { Keyboard } from 'react-aria-components';
declare const KbdVariants: tailwind_variants.TVReturnType<{} | {} | {}, undefined, "text-muted-foreground inline-flex min-w-5 items-center justify-center rounded-sm border p-1 font-sans text-xs leading-none tracking-widest", {} | {}, undefined, tailwind_variants.TVReturnType<unknown, undefined, "text-muted-foreground inline-flex min-w-5 items-center justify-center rounded-sm border p-1 font-sans text-xs leading-none tracking-widest", unknown, unknown, undefined>>;
type KbdProps = React.ComponentProps<typeof Keyboard>;
declare function Kbd({ className, ...props }: KbdProps): react_jsx_runtime.JSX.Element;
export { Kbd, type KbdProps, KbdVariants };