UNPKG

@naturacosmeticos/natds-web

Version:

A collection of components from Natura Design System for React websites and webapps

5 lines (4 loc) 306 B
import { IProgressIndicatorProps } from './ProgressIndicator.props'; export declare const getLayerSize: ({ size }: IProgressIndicatorProps) => number; export declare const useStyles: (props: IProgressIndicatorProps) => import("@material-ui/styles").ClassNameMap<"circularLayer">; export default useStyles;