antd
Version:
An enterprise-class UI design language and React components implementation
6 lines (5 loc) • 308 B
TypeScript
/** Component only token. Which will handle additional calculation of alias token */
export interface ComponentToken {
}
declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: import("react").ReactElement) => import("react").ReactElement, string, string];
export default _default;