minishouyin/node_modules/antd/es/steps/style/progress-dot.d.ts

6 lines
269 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import type { CSSObject } from '@ant-design/cssinjs';
import type { StepsToken } from '.';
import type { GenerateStyle } from '../../theme/internal';
declare const genStepsProgressDotStyle: GenerateStyle<StepsToken, CSSObject>;
export default genStepsProgressDotStyle;