UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

6 lines (5 loc) 292 B
/// <reference types="lodash" /> export declare const globalKey = "c7n-"; export declare const getClassNamePrefix: () => string; export declare const defaultClassPrefix: (name: any) => string; export declare const prefix: import("lodash").CurriedFunction2<string, string | string[], string>;