UNPKG

@fluentui/react-northstar

Version:
6 lines (5 loc) 340 B
export declare const setUpWhatInput: (target: Document) => void; export declare const tryCleanupWhatInput: (target: Document) => void; export declare const setWhatInputSource: (target: Document, newInput: 'mouse' | 'keyboard' | 'initial') => void; export declare const ask: () => string; export declare const isFromKeyboard: () => boolean;