UNPKG

@gip-recia/extended-uportal-header

Version:

a component to deport the uPortal menu

7 lines 211 B
export interface portlet { title: string; } export default class portletService { static get(portletApiUrl: string, fname: string): Promise<portlet | null>; } //# sourceMappingURL=portletService.d.ts.map