We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f0686 commit fd34e6aCopy full SHA for fd34e6a
common/src/resource.d.ts__if_typescript
@@ -5,10 +5,7 @@ declare module '*.html' {
5
export default template;
6
export const dependencies: string[];
7
export const containerless: boolean | undefined;
8
- export const bindables: (
9
- | string
10
- | (PartialBindableDefinition & { name: string })
11
- )[];
+ export const bindables: Record<string, PartialBindableDefinition>;
12
export const shadowOptions: { mode: 'open' | 'closed' } | undefined;
13
export function register(container: IContainer): void;
14
}
0 commit comments