UNPKG

@malagu/core

Version:
6 lines (4 loc) 136 B
export const ApplicationShell = Symbol('ApplicationShell'); export interface ApplicationShell { attach(host: HTMLElement): void; }