PromoCursed/node_modules/antd/lib/empty/style/index.d.ts
2024-08-20 23:25:37 +04:00

6 lines
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;