import { SpinProps as UnStyledSpinProps } from '@sheinx/base';
/**
 * @title Spin
 */
export type SpinProps = Omit<UnStyledSpinProps, 'jssStyle'>;
