UNPKG

shineout

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