html5-infobeamer-aalen-geek.../assets/js/htm/htm.d.ts
2023-11-01 01:59:19 +01:00

6 lines
218 B
TypeScript

declare const htm: {
bind<HResult>(
h: (type: any, props: Record<string, any>, ...children: any[]) => HResult
): (strings: TemplateStringsArray, ...values: any[]) => HResult | HResult[];
};
export default htm;