UNPKG

@naturacosmeticos/natds-web

Version:

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

13 lines (12 loc) 390 B
import * as React from 'react'; import { IDrawerBodyProps } from './DrawerBody.props'; export { IDrawerBodyProps } from './DrawerBody.props'; /** * ## Importing * * ``` * import { DrawerBody } from '@naturacosmeticos/natds-web'; * ``` */ export declare const DrawerBody: React.ForwardRefExoticComponent<IDrawerBodyProps & React.RefAttributes<HTMLElement>>; export default DrawerBody;