Skip to content

Commit

Permalink
chore: updated bindables definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan751 committed Jul 7, 2024
1 parent 06f0686 commit fd34e6a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions common/src/resource.d.ts__if_typescript
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ declare module '*.html' {
export default template;
export const dependencies: string[];
export const containerless: boolean | undefined;
export const bindables: (
| string
| (PartialBindableDefinition & { name: string })
)[];
export const bindables: Record<string, PartialBindableDefinition>;
export const shadowOptions: { mode: 'open' | 'closed' } | undefined;
export function register(container: IContainer): void;
}
Expand Down

0 comments on commit fd34e6a

Please sign in to comment.