preact.d.ts 179 B

123456
  1. import * as preact from 'preact';
  2. import * as preactHooks from 'preact/hooks';
  3. export { render as serverRender } from 'preact-render-to-string';
  4. export { preact, preactHooks };