UNPKG

@material-tailwind/react

Version:

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

11 lines 455 B
import React from "react"; import { MotionProps } from "framer-motion"; import type { value, className, children } from "../../types/components/tabs"; export interface TabPanelProps extends MotionProps { value: value; className?: className; children: children; } export declare const TabPanel: React.ForwardRefExoticComponent<TabPanelProps & React.RefAttributes<HTMLDivElement>>; export default TabPanel; //# sourceMappingURL=TabPanel.d.ts.map