Appearance
interface ScreenViewSignature {} class ScreenView extends HTMLDialogElement<ScreenViewSignature> {} declare global { interface HTMLDialogElement { is: 'screen-view' // <dialog is="screen-view"></dialog> } }
HTMLDialogElement