UNPKG

spartan-ui

Version:

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

4 lines (3 loc) 168 B
import { Key } from '../types'; declare const _default: (match: Key[], callback: (e: KeyboardEvent) => void) => (e: KeyboardEvent) => void; export default _default;