Files
DefinitelyTyped/types/classnames/bind.d.ts
T

4 lines
97 B
TypeScript

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