image marker for rn
    Preparing search index...

    Interface CornerRadius

    interface CornerRadius {
        all?: RadiusValue;
        bottomLeft?: RadiusValue;
        bottomRight?: RadiusValue;
        topLeft?: RadiusValue;
        topRight?: RadiusValue;
    }
    Index

    Properties

    bottomLeft?: RadiusValue
    bottomRight?: RadiusValue
    topLeft?: RadiusValue
    topRight?: RadiusValue