UNPKG

@cmk/fe_utils

Version:
9 lines (8 loc) 200 B
export declare enum VALUES_ENTITY_TYPE { all = "all", format = "format" } export declare const VALUES_ENTITY_TYPE_OPTIONS: { value: VALUES_ENTITY_TYPE; label: VALUES_ENTITY_TYPE; }[];