File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ function classNaming<
8585 Source extends CssModule
8686> (
8787 this : void | ClassNamingThis < Source > ,
88- // arg0?: typeof this extends void ? ClassNamingContext<Source> : (true | ToggleMap<Source>),
89- // arg1?: typeof this extends void ? never : typeof arg0 extends true ? ToggleMap<Source> : never,
88+ // TODO #13 arg0?: typeof this extends void ? ClassNamingContext<Source> : (true | ToggleMap<Source>),
89+ // TODO #13 arg1?: typeof this extends void ? never : typeof arg0 extends true ? ToggleMap<Source> : never,
9090 arg0 ?: ClassNamingContext < Source > | ( string | true | ActionsMap < Source > ) ,
9191 arg1 ?: [ Extract < typeof arg0 , true | string > ] extends [ never ] ? never : ActionsMap < Source >
9292) : ClassNaming < Source > {
93- // istanbul ignore next //TODO Solve TS tricks with context
93+ // istanbul ignore next //TODO #13 Solve TS tricks with context
9494 const thisArg = this || { }
9595
9696 context_assign:
You can’t perform that action at this time.
0 commit comments