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

    Interface SpacingTokenData

    Interface for spacing token data

    interface SpacingTokenData {
        _id: string | number;
        color: any;
        token: string;
        value: number;
    }
    Index

    Properties

    Properties

    _id: string | number
    color: any
    token: string
    value: number