apprev/components-jsx/JSX.d.ts
2025-05-16 06:16:52 -04:00

5 lines
95 B
TypeScript

declare namespace JSX {
interface ElementChildrenAttribute {
children: {};
}
}