UNPKG

@material-tailwind/react

Version:

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

14 lines 505 B
import type { ReactNode } from "react"; import type { animation } from "../generic"; /** * This file contains the types and prop-types for Collapse component. */ export type className = string; export type children = ReactNode; export type open = boolean; export type animate = animation; export declare const propTypesClassName: any; export declare const propTypesChildren: any; export declare const propTypesOpen: any; export declare const propTypesAnimate: any; //# sourceMappingURL=collapse.d.ts.map