UNPKG

shineout

Version:

A components library for React

7 lines (6 loc) 163 B
import { StepsProps as UnStyledStepsProps } from '@sheinx/base'; /** * @title Steps * @sort 1 */ export type StepsProps = Omit<UnStyledStepsProps, 'jssStyle'>;