UNPKG

lct-components

Version:
6 lines (5 loc) 166 B
export declare type ManualInputAlertType = 'keyboard' | 'laser'; export interface ModalManualInputAlertData { finish: boolean; type?: ManualInputAlertType; }