UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

6 lines (5 loc) 275 B
import type { CSSObject } from '@ant-design/cssinjs'; import type { StepsToken } from '.'; import type { GenerateStyle } from '../../theme/internal'; declare const genStepsLabelPlacementStyle: GenerateStyle<StepsToken, CSSObject>; export default genStepsLabelPlacementStyle;