UNPKG

@cbpds/web-components

Version:
18 lines (17 loc) 443 B
import { EventEmitter } from '../../stencil-public-runtime'; export declare class CbpHide { private hidden; host: HTMLElement; display: string; hide: boolean; visuallyHide: boolean; hideAt: string; visuallyHideAt: string; sx: any; hideToggle: EventEmitter; doHideAt(mql: any): void; doVisuallyHideAt(mql: any): void; componentWillLoad(): void; componentDidLoad(): void; render(): any; }