UNPKG

shineout

Version:
7 lines (6 loc) 158 B
import { CardProps as UnStyledCardProps } from '@sheinx/base'; /** * @title Card * @sort 1 */ export type CardProps = Omit<UnStyledCardProps, 'jssStyle'>;