Variable controlDefaultPropsConst
controlDefaultProps: {
direction: "row" | "column";
enabled: boolean;
errors: string[];
path: string;
visible: boolean;
} = ...
Type declaration
direction: "row" | "column"
enabled: boolean
errors: string[]
path: string
visible: boolean