UNPKG

shineout

Version:

A components library for React

7 lines (6 loc) 189 B
import { CardFooterProps as UnStyledCardFooterProps } from '@sheinx/base'; /** * @title Card.Footer * @sort 4 */ export type CardFooterProps = Omit<UnStyledCardFooterProps, 'jssStyle'>;