html5-infobeamer-dhcp/assets/js/htm/htm.d.ts

7 lines
218 B
TypeScript
Raw Normal View History

2024-10-30 22:30:09 +01:00
declare const htm: {
bind<HResult>(
h: (type: any, props: Record<string, any>, ...children: any[]) => HResult
): (strings: TemplateStringsArray, ...values: any[]) => HResult | HResult[];
};
export default htm;