UNPKG

@dfinity/gix-components

Version:
5 lines (4 loc) 138 B
export declare const handleKeyPress: ({ $event: { code }, callback, }: { $event: KeyboardEvent; callback: () => void; }) => void;