import { HTMLAttributes } from 'react'; import classnames from 'classnames'; export function HotKey({ children }: HTMLAttributes) { return ( {children} ); }