@naturacosmeticos/natds-web
Version:
A collection of components from Natura Design System for React websites and webapps
6 lines (5 loc) • 329 B
TypeScript
import * as React from 'react';
import { IDrawerMenuSectionProps } from './DrawerMenuSection.props';
export { IDrawerMenuSectionProps } from './DrawerMenuSection.props';
export declare const DrawerMenuSection: React.ForwardRefExoticComponent<IDrawerMenuSectionProps & React.RefAttributes<any>>;
export default DrawerMenuSection;