UNPKG

shineout

Version:
6 lines (5 loc) 147 B
import { GridProps as UnStyledGridProps } from '@sheinx/base'; /** * @title Grid */ export type GridProps = Omit<UnStyledGridProps, 'jssStyle'>;