TelegramPWA/src/@types/teact.d.ts
Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

4 lines
59 B
TypeScript

declare namespace JSX {
type Element = VirtualElement;
}