UNPKG

@naturacosmeticos/natds-web

Version:

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

5 lines (4 loc) 206 B
import * as React from 'react'; import { IProviderProps } from './Provider.props'; export { IProviderProps } from './Provider.props'; export declare const Provider: React.FunctionComponent<IProviderProps>;