UNPKG

@cbpds/web-components

Version:
9 lines (8 loc) 190 B
export declare class CbpSection { host: HTMLElement; tag: 'div' | 'section' | 'none'; accessibilityText: string; sx: any; componentWillLoad(): void; render(): any; }