@cbpds/web-components
Version:
Web components for the CBP Design System.
14 lines (13 loc) • 335 B
TypeScript
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;
}