react-elegant-ui
Version:
Elegant UI components, made by BEM best practices for react
7 lines (6 loc) • 356 B
TypeScript
import { Registry } from '../../../lib/di';
import { IMenuRegistry } from '.';
import { IMenuSearchRegistry, IMenuSelectedItemRegistry } from './features';
export type IMenuDesktopRegistry = IMenuRegistry & IMenuSearchRegistry & IMenuSelectedItemRegistry;
export declare const regObjects: IMenuDesktopRegistry;
export declare const MenuRegistry: Registry;