Interface LayoutGridRowCreationOptions

interface LayoutGridRowCreationOptions {
    columns?: {
        weight: number;
    }[];
}

Properties

Properties

columns?: {
    weight: number;
}[]