UNPKG

@material-tailwind/react

Version:

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

13 lines 480 B
import type { ReactNode } from "react"; /** * This file contains the types and prop-types for Breadcrumbs component. */ export type separator = ReactNode; export type fullWidth = boolean; export type className = string; export type children = ReactNode; export declare const propTypesSeparator: any; export declare const propTypesFullWidth: any; export declare const propTypesClassName: any; export declare const propTypesChildren: any; //# sourceMappingURL=breadcrumbs.d.ts.map