DefinitelyTyped/types/classnames/bind.d.ts
2017-08-17 17:40:03 +02:00

4 lines
97 B
TypeScript

import * as cn from "./index";
export function bind(styles: Record<string, string>): typeof cn;