Browse Source

KERNEL-7826 refactor: 通用属性定义

es6
Kira 3 years ago
parent
commit
9d3dde250c
  1. 2
      typescript/shims-tsx.ts

2
typescript/shims-tsx.ts

@ -33,7 +33,7 @@ interface ElementClassProps<T> extends UIProps {
beforeRender(callback: () => void): void;
beforeInit(callback: () => void): void;
render(): void;
render(): any;
}
declare namespace JSX {

Loading…
Cancel
Save