UNPKG

@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 277 B
import PropTypes from"prop-types";import{propTypesAnimation}from"../generic";export var propTypesClassName=PropTypes.string;export var propTypesChildren=PropTypes.node.isRequired;export var propTypesOpen=PropTypes.bool.isRequired;export var propTypesAnimate=propTypesAnimation;