.
This commit is contained in:
parent
b23db1d5a8
commit
1d88565773
17 changed files with 360 additions and 229 deletions
14
src/global.d.ts
vendored
14
src/global.d.ts
vendored
|
@ -4,10 +4,10 @@ interface FileSystemHandle {
|
|||
getUniqueId(): Promise<string>;
|
||||
}
|
||||
|
||||
declare module "solid-js" {
|
||||
namespace JSX {
|
||||
interface InputHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
indeterminate?: boolean;
|
||||
}
|
||||
}
|
||||
}
|
||||
// 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