@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
16 lines • 396 B
TypeScript
export default ToastLogView;
declare class ToastLogView extends View<HTMLElement> {
/**
*
* @param {NotificationLog} model
* @param options
* @constructor
*/
constructor(model: NotificationLog, options?: {
displayDuration: number;
});
el: Element;
children: any[];
}
import View from "../../View.js";
//# sourceMappingURL=ToastLogView.d.ts.map