UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

8 lines (7 loc) 143 B
import {IMenuItem} from "./ITopBar"; export interface IDrawerGroup { subheader:string; items:IMenuItem[]; access?:string; }