UNPKG

nodram

Version:
13 lines (9 loc) 204 B
/** * Created by EdgeTech on 8/31/2016. */ import {Modal} from "../../models/Modal"; export class DialogModal extends Modal{ constructor(title){ super(title); } }