mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Disable no-unnecessary-generics test
This commit is contained in:
@@ -17,6 +17,7 @@ interface MyTheme {
|
||||
/**
|
||||
* helper function to counter typescripts type widening
|
||||
*/
|
||||
// tslint:disable-next-line:no-unnecessary-generics
|
||||
function createStyles<Props = {}, C extends string = string>(styles: Styles<C, Props>): Styles<C> {
|
||||
return styles as Styles<C>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user