We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab83747 commit b594feeCopy full SHA for b594fee
src/types/core.ts
@@ -16,6 +16,7 @@ export interface BaseProp {
16
}
17
18
export interface SchemaBase {
19
+ data?: any;
20
name?: string;
21
key?: string;
22
style?: Partial<BaseStyle>;
src/types/view.ts
@@ -17,7 +17,6 @@ export interface MetaView {
interface BaseView extends SchemaBase {
variant: 'VIEW';
- data?: any;
23
export interface SchemaViewText extends BaseView {
0 commit comments