UNPKG

shineout

Version:

A components library for React

3 lines (2 loc) 156 B
import { ListBaseItemProps as UnStyledListBaseItemProps } from '@sheinx/base'; export type ListBaseItemProps = Omit<UnStyledListBaseItemProps, 'jssStyle'>;