UNPKG

cosmo-ui

Version:
7 lines (6 loc) 123 B
export interface TrayModel { [trayItem: string]: TrayItemModel } export interface TrayItemModel { open: boolean, }