PromucFlow_constructor/app/client/src/constants/PropertyControlConstants.tsx

4 lines
193 B
TypeScript

import { getPropertyControlTypes } from "components/propertyControls";
const ControlTypes = getPropertyControlTypes();
export type ControlType = typeof ControlTypes[keyof typeof ControlTypes];