index.ts 204 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 export enum ControlComponentEnum { SWITCH = 'Switch', PARAMETER_SETTINGS = 'ParameterSettings', } export enum ControlComponentNameEnum { SWITCH = '开关', PARAMETER_SETTINGS = '参数设置', }