Files
2026-04-13 08:19:53 +08:00

9 lines
269 B
TypeScript

import * as preact from 'preact';
export * from 'preact';
export { createPortal } from 'preact/compat';
declare function flushSync(runBeforeFlush: any): void;
declare function createContext<T>(defaultValue: T): preact.Context<T>;
export { createContext, flushSync };