@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
TypeScript
import type { className } from "../../../types/components/tabs";
export interface TabPanelStylesType {
defaultProps?: {
className?: className;
};
styles?: {
base?: object;
};
}
export declare const tabPanel: TabPanelStylesType;
export default tabPanel;
//# sourceMappingURL=tabPanel.d.ts.map