helper.ts 143 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import { FormComponentTypeEnum } from './types' const DATE_TYPE = [FormComponentTypeEnum.DATE_PICKER] export const dateItemType = DATE_TYPE