Merge pull request #31783 from jungpaeng/master

[classnames] classnames/bind error fix
This commit is contained in:
Sheetal Nandi
2019-01-04 09:04:43 -08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
import * as cn from "./index";
import classNames = require('./index');
export function bind(styles: Record<string, string>): typeof cn;
export function bind(styles: Record<string, string>): typeof classNames;

View File

@@ -6,7 +6,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [