UNPKG

@cmk/fe_utils

Version:
10 lines (9 loc) 203 B
export declare enum UI_POINTER_MODE { mixed = "mixed", production = "production" } export declare const UI_POINTER_MODE_OPTIONS: { value: string; label: string; tooltip: string; }[];