interface ColumnItem {
    ref: Ref<HTMLDivElement>;
    width?: number;
}

Properties

Properties

ref: Ref<HTMLDivElement>
width?: number