UNPKG

@cmk/fe_utils

Version:
8 lines (7 loc) 155 B
export declare const makeOptionsFromEnum: (enumObj: { [key: string]: string; }) => { value: string; label: string; textLabel: string; }[];