UNPKG

shineout

Version:

A components library for React

3 lines (2 loc) 166 B
import { CardGroupItemProps as UnStyledCardGroupItemProps } from '@sheinx/base'; export type CardGroupItemProps<V> = Omit<UnStyledCardGroupItemProps<V>, 'jssStyle'>;