UNPKG

shineout

Version:

A components library for React

7 lines (6 loc) 158 B
import { StepProps as UnStyledStepProps } from '@sheinx/base'; /** * @title Step * @sort 2 */ export type StepProps = Omit<UnStyledStepProps, 'jssStyle'>;