Browse Source

KERNEL-7826 refactor: 通用属性定义

es6
Kira 3 years ago
parent
commit
2279621a47
  1. 7
      typescript/shims-tsx.ts

7
typescript/shims-tsx.ts

@ -26,8 +26,11 @@ interface ElementClassProps<T> extends UIProps {
invisible: boolean;
invalid: boolean;
attributes: {
[key: string]: any
}
[key: string]: any;
};
css: {
[key: string]: any;
};
tagName: string;
element: any;

Loading…
Cancel
Save