jstd-web/node_modules/htm/preact/index.d.ts

6 lines
260 B
TypeScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
import { h, VNode, Component } from 'preact';
export * from 'preact/hooks';
declare function render(tree: VNode, parent: HTMLElement): void;
declare const html: (strings: TemplateStringsArray, ...values: any[]) => VNode;
export { h, html, render, Component };