UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

7 lines (6 loc) 226 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;