ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
9 lines (8 loc) • 464 B
TypeScript
export function noop(): void;
export function getKeyFromChildrenIndex(child: any, menuEventKey: any, index: any): any;
export function getMenuIdFromSubMenuEventKey(eventKey: any): string;
export function loopMenuItemRecursively(children: any, keys: any, ret: any): void;
export const menuAllProps: string[];
export function getWidth(elem: any): any;
export function setStyle(elem: any, styleProperty: any, value: any): void;
export function isMobileDevice(): any;