@zeplin/extension-model
    Preparing search index...

    Interface CornerRadiusData

    interface CornerRadiusData {
        bottomLeft: number;
        bottomRight: number;
        topLeft: number;
        topRight: number;
    }
    Index

    Properties

    bottomLeft: number
    bottomRight: number
    topLeft: number
    topRight: number