UNPKG

shineout

Version:

A components library for React

6 lines (5 loc) 147 B
import { SpinProps as UnStyledSpinProps } from '@sheinx/base'; /** * @title Spin */ export type SpinProps = Omit<UnStyledSpinProps, 'jssStyle'>;