UNPKG

shineout

Version:

A components library for React

7 lines (6 loc) 179 B
import { CardBodyProps as UnStyledCardBodyProps } from '@sheinx/base'; /** * @title Card.Body * @sort 3 */ export type CardBodyProps = Omit<UnStyledCardBodyProps, 'jssStyle'>;