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; invisible: boolean;
invalid: boolean; invalid: boolean;
attributes: { attributes: {
[key: string]: any [key: string]: any;
} };
css: {
[key: string]: any;
};
tagName: string; tagName: string;
element: any; element: any;

Loading…
Cancel
Save