UNPKG

ui-framework-jps

Version:

A simple UI framework for state management and UI components

7 lines (6 loc) 176 B
import { DocumentLoaded } from "../../../CommonTypes"; export interface ViewVisibility extends DocumentLoaded { isShowing(): boolean; show(): void; hide(): void; }