@naturacosmeticos/natds-web
Version:
A collection of components from Natura Design System for React websites and webapps
6 lines (5 loc) • 330 B
TypeScript
import { IThemeWeb } from '../../Themes';
import { IRatingProps } from './Rating.props';
export declare const getFontSize: (theme: IThemeWeb) => ({ size }: IRatingProps) => string;
export declare const useStyles: (props: IRatingProps) => import("@material-ui/styles").ClassNameMap<"root" | "iconEmpty">;
export default useStyles;