UNPKG

shineout

Version:
5 lines (4 loc) 256 B
export type { CardProps as Props } from './card.type'; export type { CardHeaderProps as HeaderProps } from './header.type'; export type { CardBodyProps as BodyProps } from './body.type'; export type { CardFooterProps as FooterProps } from './footer.type';