Skip to content

Commit

Permalink
change extends type
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloricciuti authored Sep 13, 2023
1 parent 7d5a055 commit c764f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ interface TemplateProps extends BaseAnnotations<any, DecoratorReturnType> {
id?: string;
}

interface MetaProps extends BaseMeta<any> extends BaseAnnotations<any, DecoratorReturnType> { }
interface MetaProps extends (BaseMeta<any> & BaseAnnotations<any, DecoratorReturnType>) { }

interface Slots {
default: {
Expand Down

0 comments on commit c764f02

Please sign in to comment.