index.d.ts 419 B

1234567
  1. import type { GetDefaultToken } from '../../theme/internal';
  2. /** Component only token. Which will handle additional calculation of alias token */
  3. export interface ComponentToken {
  4. }
  5. export declare const prepareComponentToken: GetDefaultToken<'Space'>;
  6. declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: React.ReactElement) => React.ReactElement, string, string];
  7. export default _default;