UNPKG

coersystem

Version:

Library for Angular projects

7 lines (6 loc) 143 B
export interface IMenuToolbar { label: string; icon?: string; path?: string | (string | number)[]; preventDefault?: boolean; }