UNPKG

@naturacosmeticos/natds-web

Version:

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

8 lines (7 loc) 270 B
/// <reference types="react" /> import { IDrawerMenuSectionProps } from '../DrawerMenuSection'; export declare const BuildDrawerMenuItems: { (props: IDrawerMenuSectionProps, key: number): JSX.Element; displayName: string; }; export default BuildDrawerMenuItems;