Initial commit with user management
This commit is contained in:
commit
a1a928e7cb
98 changed files with 13042 additions and 0 deletions
6
static/js/lib/htm/htm.d.ts
vendored
Normal file
6
static/js/lib/htm/htm.d.ts
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
declare const htm: {
|
||||
bind<HResult>(
|
||||
h: (type: any, props: Record<string, any>, ...children: any[]) => HResult
|
||||
): (strings: TemplateStringsArray, ...values: any[]) => HResult | HResult[];
|
||||
};
|
||||
export default htm;
|
||||
Loading…
Add table
Add a link
Reference in a new issue