5 lines
95 B
TypeScript
5 lines
95 B
TypeScript
declare namespace JSX {
|
|
interface ElementChildrenAttribute {
|
|
children: {};
|
|
}
|
|
}
|