UNPKG

@naturacosmeticos/natds-web

Version:

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

5 lines (4 loc) 232 B
import { IElevation } from '@naturacosmeticos/natds-styles'; import { Shadows as IShadows } from '@material-ui/core/styles/shadows'; export declare const parseShadows: (shadows: IElevation) => IShadows; export default parseShadows;