UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

10 lines 418 B
import React from 'react'; import { DefaultProps } from '../../theme'; import { Paper } from '../Paper/Paper'; export interface CardProps extends DefaultProps, React.ComponentPropsWithoutRef<typeof Paper> { } export declare function Card({ className, themeOverride, padding, radius, ...others }: CardProps): JSX.Element; export declare namespace Card { var displayName: string; } //# sourceMappingURL=Card.d.ts.map