Interface GridItemProps

interface GridItemProps {
    span: number;
    tooltips?: GridItemTooltipProps[];
}

Properties

Properties

span: number