minishouyin/node_modules/antd/es/empty/style/index.d.ts
2025-11-12 11:35:57 +08:00

6 lines
288 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: React.ReactElement) => React.ReactElement, string, string];
export default _default;