UNPKG

@material-tailwind/react

Version:

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

13 lines 359 B
import type { className, animate } from "../../../types/components/tabs"; export interface TabsBodyStylesType { defaultProps?: { animate?: animate; className?: className; }; styles?: { base?: object; }; } export declare const tabsBody: TabsBodyStylesType; export default tabsBody; //# sourceMappingURL=tabsBody.d.ts.map