UNPKG

spartan-ui

Version:

React component library that focusses on getting the basics right leaving the design up to you

4 lines (3 loc) 161 B
import { Key } from '../types'; declare const _default: (key: Key, handler: (e: KeyboardEvent) => void, disabled?: boolean) => void; export default _default;