@heroui/kbd
Version:
The keyboard key components indicates which key or set of keys used to execute a specificv action
14 lines (11 loc) • 406 B
text/typescript
import * as _heroui_system_rsc from '@heroui/system-rsc';
import { UseKbdProps } from './use-kbd.mjs';
import './utils.mjs';
import 'react';
import 'tailwind-variants';
import '@heroui/theme';
import '@heroui/react-utils';
interface KbdProps extends UseKbdProps {
}
declare const Kbd: _heroui_system_rsc.InternalForwardRefRenderFunction<"kbd", KbdProps, never>;
export { type KbdProps, Kbd as default };