Skip to content

Commit fd34e6a

Browse files
committed
chore: updated bindables definition
1 parent 06f0686 commit fd34e6a

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)