Interface MainContainerComponentOptions

interface MainContainerComponentOptions {
    backgroundColor?: string;
    containerWidthFraction?: number;
    containerHeightFraction?: number;
    marginLeft?: number;
    marginRight?: number;
    marginTop?: number;
    marginBottom?: number;
    padding?: number;
}

Properties

backgroundColor?: string
containerWidthFraction?: number
containerHeightFraction?: number
marginLeft?: number
marginRight?: number
marginTop?: number
marginBottom?: number
padding?: number