Interface LayoutComponentChild

customize the overlay contents

interface LayoutComponentChild {
    components: Component[];
    growth: string;
    id: string;
    size?: number;
}

Properties

components: Component[]

the component that'll be rendered inside layout child

growth: string

how the layout child will grow or shrink

id: string
size?: number

size of the layout child