calque/src/global.d.ts
Chris Kruining 1d88565773
.
2024-12-17 13:22:31 +01:00

13 lines
No EOL
262 B
TypeScript

interface FileSystemHandle {
getUniqueId(): Promise<string>;
}
// declare module "solid-js" {
// namespace JSX {
// interface InputHTMLAttributes<T> extends HTMLAttributes<T> {
// indeterminate?: boolean;
// }
// }
// }