UNPKG

ui-framework-jps

Version:

A simple UI framework for state management and UI components

16 lines (15 loc) 577 B
import { SidebarViewContainer } from '../container/SidebarViewContainer'; import { SidebarPrefs } from "../ConfigurationTypes"; import { StateManager } from "../../state/interface/StateManager"; export declare class UserSearchSidebar extends SidebarViewContainer { static SidebarPrefs: SidebarPrefs; static SidebarContainers: { recentSearches: string; favourites: string; blocked: string; }; private static _instance; private logSB; private constructor(); static getInstance(stateManager: StateManager): UserSearchSidebar; }