Kaas
This commit is contained in:
parent
d219ae1f9a
commit
b23db1d5a8
21 changed files with 579 additions and 818 deletions
8
src/global.d.ts
vendored
8
src/global.d.ts
vendored
|
@ -2,4 +2,12 @@
|
|||
|
||||
interface FileSystemHandle {
|
||||
getUniqueId(): Promise<string>;
|
||||
}
|
||||
|
||||
declare module "solid-js" {
|
||||
namespace JSX {
|
||||
interface InputHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
indeterminate?: boolean;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue