Skip to content

Commit e2ec3f2

Browse files
authored
Merge pull request #107 from Sayan751/master
2 parents 06f0686 + fd34e6a commit e2ec3f2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

common/src/resource.d.ts__if_typescript

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ declare module '*.html' {
55
export default template;
66
export const dependencies: string[];
77
export const containerless: boolean | undefined;
8-
export const bindables: (
9-
| string
10-
| (PartialBindableDefinition & { name: string })
11-
)[];
8+
export const bindables: Record<string, PartialBindableDefinition>;
129
export const shadowOptions: { mode: 'open' | 'closed' } | undefined;
1310
export function register(container: IContainer): void;
1411
}

0 commit comments

Comments
 (0)