4 lines
193 B
TypeScript
4 lines
193 B
TypeScript
import { getPropertyControlTypes } from "components/propertyControls";
|
|
const ControlTypes = getPropertyControlTypes();
|
|
export type ControlType = typeof ControlTypes[keyof typeof ControlTypes];
|