Skip to content

Commit

Permalink
Merge pull request #107 from Sayan751/master
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp authored Jul 8, 2024
2 parents 06f0686 + fd34e6a commit e2ec3f2
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 e2ec3f2

Please sign in to comment.