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

    Interface ColorStopData

    interface ColorStopData {
        color: any;
        position: number;
        variableReferences?: { propertyName: string; variableSourceId: string }[];
    }
    Index

    Properties

    color: any
    position: number
    variableReferences?: { propertyName: string; variableSourceId: string }[]