UNPKG

nice-ui

Version:

React design system, components, and utilities

8 lines (7 loc) 240 B
import * as React from 'react'; import { MenuItem } from '../../StructuralMenu/types'; export interface ExpandChildrenProps { item: MenuItem; disabled?: boolean; } export declare const ExpandChildren: React.FC<ExpandChildrenProps>;