DefinitelyTyped/types/classnames/bind.d.ts
2018-12-30 17:13:44 +09:00

4 lines
114 B
TypeScript

import classNames = require('./index');
export function bind(styles: Record<string, string>): typeof classNames;