UNPKG

shineout

Version:

A components library for React

6 lines (5 loc) 142 B
import { GapProps as UnStyledGapProps } from '@sheinx/base'; /** * @title Gap */ export type GapProps = Omit<UnStyledGapProps, 'jssStyle'>;