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

    Interface StyleguideData

    Interface for styleguide data

    interface StyleguideData {
        colors: any[];
        componentSections: any[];
        density: string;
        name: string;
        parent?: any;
        remPreferences?: RemPreferences;
        spacingSections: any[];
        textStyles: any[];
        type: StyleguideType;
        variableCollections?: any[];
    }
    Index

    Properties

    colors: any[]
    componentSections: any[]
    density: string
    name: string
    parent?: any
    remPreferences?: RemPreferences
    spacingSections: any[]
    textStyles: any[]
    variableCollections?: any[]