UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

5 lines (4 loc) 244 B
export { Card } from './Card'; export { CardSection } from './CardSection/CardSection'; export type { CardCssVariables, CardFactory, CardProps, CardStylesNames } from './Card'; export type { CardSectionProps } from './CardSection/CardSection';