UNPKG

208 BTypeScriptView Raw
1import "./env";
2import type preact from "preact";
3
4/* GLOBAL */
5declare global {
6 // h and Fragment are automatically injected
7 var h: typeof preact.h;
8 var Fragment: typeof preact.Fragment;
9}
10
11export {};