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

3 lines
125 B
TypeScript
Raw Normal View History

2025-11-25 15:23:22 +08:00
import * as React from 'react';
declare const html: (strings: TemplateStringsArray, ...values: any[]) => React.ReactElement;