UNPKG

@material-tailwind/react

Version:

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

15 lines 579 B
import type { ReactNode } from "react"; /** * This file contains the types and prop-types for List, ListItem, ListItemPrefix and ListItemSuffix components. */ export type className = string; export type disabled = boolean; export type selected = boolean; export type ripple = boolean; export type children = ReactNode; export declare const propTypesClassName: any; export declare const propTypesDisabled: any; export declare const propTypesSelected: any; export declare const propTypesRipple: any; export declare const propTypesChildren: any; //# sourceMappingURL=list.d.ts.map