UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

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