UNPKG

@tangential/configurable-input-widgets

Version:

Input Widgets with persistable, dynamic configuration.

8 lines (7 loc) 229 B
export declare type InputViewMode = 'CONFIGURE' | 'EDIT' | 'VIEW' | 'PREVIEW'; export declare const InputViewModes: { CONFIGURE: InputViewMode; EDIT: InputViewMode; PREVIEW: InputViewMode; VIEW: InputViewMode; };