index.d.ts 288 B

12345
  1. /** Component only token. Which will handle additional calculation of alias token */
  2. export interface ComponentToken {
  3. }
  4. declare const _default: (prefixCls: string, rootCls?: string) => readonly [(node: React.ReactElement) => React.ReactElement, string, string];
  5. export default _default;