import { GridProps as UnStyledGridProps } from '@sheinx/base';
/**
 * @title Grid
 */
export type GridProps = Omit<UnStyledGridProps, 'jssStyle'>;
