Skip to content

Commit

Permalink
fix: corrects TS function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
iTechAngelMeraz committed May 12, 2022
1 parent 378808f commit 9d8567c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClassGroup.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export interface Options {
[key: string]: OptionValue;
}

export default function ClassGroup(collection: Options, overrides?: Options): Output;
export default function ClassGroup(collection: Options, ...overrides: Options[]): Output;

0 comments on commit 9d8567c

Please sign in to comment.