@fluentui/react-northstar
Version:
A themable React component library.
6 lines (5 loc) • 340 B
TypeScript
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;