custom-icon.d.ts 267 B

12345
  1. import type { CSSObject } from '@ant-design/cssinjs';
  2. import type { StepsToken } from '.';
  3. import type { GenerateStyle } from '../../theme/internal';
  4. declare const genStepsCustomIconStyle: GenerateStyle<StepsToken, CSSObject>;
  5. export default genStepsCustomIconStyle;