import type { CustomProps } from '../../../components/types/utils'; import type { InterfaceBoxProps } from '../../primitives/Box'; export type IKbdProps = InterfaceBoxProps & CustomProps<'Kbd'>;