UNPKG

@koalarx/ui

Version:

Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.

13 lines (12 loc) 354 B
import { KoalaMenuToolInterface } from './koala.menu-tool.interface'; export interface KoalaMenuModuleInterface { icon?: string; koalaIcon?: boolean; name: string; tools?: KoalaMenuToolInterface[]; routerLink?: string; expanded?: boolean; active?: boolean; animateOpen?: boolean; animateClose?: boolean; }