UNPKG

@paperbits/core

Version:
9 lines (7 loc) 209 B
import { WidgetModel } from "@paperbits/common/widgets"; export class PopupHostModel implements WidgetModel { public widgets: WidgetModel[]; constructor() { this.widgets = []; } }