UNPKG

@cbpds/web-components

Version:
22 lines (21 loc) 652 B
import { EventEmitter } from '../../stencil-public-runtime'; export declare class CbpCodeSnippet { host: HTMLElement; private codeBlock; private toggleButtonText; private toggleButtonRotate; variant: 'inline' | 'block'; height: string; context: 'light-inverts' | 'light-always' | 'dark-inverts' | 'dark-always'; sx: any; expanded: boolean; codeContainerHeight: number; codeBlockHeight: number; copyTextClick: EventEmitter; copyText(e: any): void; toggleShowAllClick: EventEmitter; toggleShowAll(e: any): void; componentWillLoad(): void; componentDidLoad(): void; render(): any; }