UNPKG

polaris-glints

Version:

Glints forked polaris react

7 lines 266 B
import { Key } from '../../types'; export interface KonamiCodeProps { handler(event: KeyboardEvent): void; } export declare const KONAMI_CODE: Key[]; export declare function KonamiCode({ handler }: KonamiCodeProps): null; //# sourceMappingURL=KonamiCode.d.ts.map