UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

6 lines (5 loc) 182 B
type ClassNamesArg = string | string[] | { [key: string]: boolean; } | undefined | null | boolean; export declare const cs: (...args: ClassNamesArg[]) => string; export {};