UNPKG

govbr-ds-angular

Version:

Implementação em Angular do Design System GovBR.

9 lines (8 loc) 150 B
export type IMenu = { id?: number; icon: string; label: string; external?: boolean; url?: string; children?: Array<IMenu>; };