@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.
15 lines • 408 B
TypeScript
import type { className, orientation } from "../../../types/components/tabs";
export interface TabsStylesType {
defaultProps?: {
className?: className;
orientation?: orientation;
};
styles?: {
base?: object;
vertical?: object;
horizontal?: object;
};
}
export declare const tabs: TabsStylesType;
export default tabs;
//# sourceMappingURL=index.d.ts.map