migrate to cv2 jsx
This commit is contained in:
parent
6858283ecc
commit
dcd22a9d8c
18 changed files with 101 additions and 122 deletions
5
components-jsx/JSX.d.ts
vendored
Normal file
5
components-jsx/JSX.d.ts
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
declare namespace JSX {
|
||||
interface ElementChildrenAttribute {
|
||||
children: {};
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue