UNPKG

io.parrots

Version:

Parrots.io App

7 lines (6 loc) 264 B
import { ParrotsMainMenuItem } from '../component/model/models'; export declare class ParrotsMainMenuItemProvider { protected menuItems: ParrotsMainMenuItem[]; reload(): Promise<ParrotsMainMenuItem[]>; getMenuItems(): Promise<ParrotsMainMenuItem[]>; }