We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b6787 commit abd3e07Copy full SHA for abd3e07
src/v2/types/core.ts
@@ -19,7 +19,7 @@ export type IProp = {
19
condition?: boolean;
20
name: string;
21
expression?: IExpressionString;
22
- value: any;
+ value?: any;
23
expressionValue?: IExpressionString;
24
}
25
0 commit comments