mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* enable classnames/bind usage without bind * add test for classnames/bind * add classnames/dedupe support * same default export trick for classnames/bind * add me to definition author * add dedupe.d.ts to files
6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
import { ClassNamesExport } from './types';
|
|
|
|
declare const classNamesDedupe: ClassNamesExport;
|
|
|
|
export = classNamesDedupe;
|