芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/classnames/index.d.ts
// LICENSE is MIT // // Copyright (c) 2018 // Dave Keen
// Adi Dahiya
// Jason Killian
// Sean Kelley
// Michal Adamczyk
// Marvin Hagemeister
export type Value = string | number | boolean | undefined | null; export type Mapping = { [key: string]: any }; export type Argument = Value | Mapping | Argument[]; export default function classNames(...args: Argument[]): string;