UNPKG

@paraboly/pwc-sliding-panel

Version:

A panel that slides open from the sides of the page when you click a handle.

9 lines (8 loc) 223 B
export declare class PwcSlidingPanel { root: HTMLPwcSlidingPanelElement; active: boolean; activeWatchHandler(newValue: any): void; anchor: "left" | "right"; toggledListener(): void; render(): any; }