UNPKG

@naturacosmeticos/natds-web

Version:

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

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