UNPKG

@hpe/angular-toolkit

Version:

Hewlett-Packard Enterprise : Angular toolkit for rapid project development

7 lines (6 loc) 162 B
import { StringLib } from "./string-lib"; import { MenuLib } from "./menu-lib"; export declare class Lib { static str: StringLib; static menu: MenuLib; }