@material-tailwind/react
Version:
@material-tailwind/react is an easy-to-use components library for ReactJS & Tailwind CSS inspired by Material Design.
9 lines • 305 B
TypeScript
import type { colors } from "../generic";
/**
* This file contains the types and prop-types for Spinner component.
*/
export type color = colors;
export type className = string;
export declare const propTypesColor: any;
export declare const propTypesClassName: any;
//# sourceMappingURL=spinner.d.ts.map