GoScrobble/web/node_modules/classnames/bind.d.ts

6 lines
198 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
export * from './index';
import { Argument } from './index';
export type Binding = { [key: string]: string };
export default function classNames(this: Binding | void, ...args: Argument[]): string;