Interface LayoutGridCreationOptions

interface LayoutGridCreationOptions {
    columns?: {
        weight: number;
    }[];
    name: string;
    width?: ContainerWidth;
}

Properties

Properties

columns?: {
    weight: number;
}[]
name: string