Skip to content

Commit 0e94200

Browse files
committed
Simplify Config.customRoundName type
1 parent 5863ccb commit 0e94200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export interface Config {
131131
*
132132
* @default undefined
133133
*/
134-
customRoundName?: (...args: Parameters<RoundNameGetter>) => ReturnType<RoundNameGetter> | undefined,
134+
customRoundName?: RoundNameGetter,
135135

136136
/**
137137
* An optional selector to select the root element.

0 commit comments

Comments
 (0)