files-ui-react-19
Version:
UI components for file uploads with React js - with React 19 support
3 lines (2 loc) • 352 B
TypeScript
declare const useMaterialButtonClassName: (variant?: "contained" | "text" | "outlined", disabled?: boolean, color?: string, textColor?: string, textDecoration?: "uppercase" | "capitalize" | "lowercase" | "none", className?: string, idClassName?: number | string, resetStyles?: boolean) => string | undefined;
export default useMaterialButtonClassName;