Kvaser CanKing GUI Extensions SDK - v7.3.0
    Preparing search index...

    Variable FillBoxConst

    FillBox: StyledComponent<
        BoxOwnProps<Theme> & Omit<
            Omit<
                DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
                "ref",
            > & { ref?: Ref<HTMLDivElement> },
            keyof BoxOwnProps<Theme>,
        > & MUIStyledCommonProps<Theme>,
        {},
        {},
    > = ...

    A Box UI control that will fill up it's parent's view completely. A padding of 4px will be used.