UNPKG

@cbpds/web-components

Version:
14 lines (13 loc) 335 B
export declare class CbpGridItem { host: HTMLElement; gridColumnStart: number | string; gridColumnEnd: number | string; gridRowStart: number | string; gridRowEnd: number | string; alignSelf: string; justifySelf: string; gridArea: string; sx: any; componentWillLoad(): void; render(): any; }