@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.
1 lines • 538 B
JavaScript
import PropTypes from"prop-types";import{propTypesAnimation}from"../generic";export var propTypesId=PropTypes.string;export var propTypesValue=PropTypes.oneOfType([PropTypes.string,PropTypes.number]).isRequired;export var propTypesAnimate=propTypesAnimation;export var propTypesDisabled=PropTypes.bool;export var propTypesClassName=PropTypes.string;export var propTypesOrientation=PropTypes.oneOf(["horizontal","vertical"]);export var propTypesIndicator=PropTypes.instanceOf(Object);export var propTypesChildren=PropTypes.node.isRequired;