UNPKG

@royyanbach-mhg-test/material-tailwind-react

Version:

@material-tailwind/react is an easy-to-use components library for ReactJS & Tailwind CSS inspired by Material Design.

12 lines 323 B
import type { className } from "../../../types/components/card"; export interface CardBodyStylesType { defaultProps?: { className?: className; }; styles?: { base?: object; }; } export declare const cardBody: CardBodyStylesType; export default cardBody; //# sourceMappingURL=cardBody.d.ts.map