UNPKG

@heroui/kbd

Version:

The keyboard key components indicates which key or set of keys used to execute a specificv action

9 lines (8 loc) 256 B
export { default as Kbd, KbdProps } from './kbd.js'; export { KbdKey } from './utils.js'; export { useKbd } from './use-kbd.js'; import '@heroui/system-rsc'; import 'react'; import 'tailwind-variants'; import '@heroui/theme'; import '@heroui/react-utils';