UNPKG

react-pro-sidebar

Version:

React sidebar library with dropdown menus and unlimit number of nested submenus

10 lines (9 loc) 337 B
import React from 'react'; export declare type IconShapeType = 'square' | 'round' | 'circle'; export interface Props { className?: string; children?: React.ReactNode; iconShape?: IconShapeType; } declare const _default: React.ForwardRefExoticComponent<Props & React.RefAttributes<unknown>>; export default _default;