mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Merge pull request #31783 from jungpaeng/master
[classnames] classnames/bind error fix
This commit is contained in:
4
types/classnames/bind.d.ts
vendored
4
types/classnames/bind.d.ts
vendored
@@ -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;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": false,
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
|
||||
Reference in New Issue
Block a user