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

    Interface ComponentSection

    interface ComponentSection {
        components?: Component[];
        componentSections?: ComponentSection[];
        variant: any;
    }
    Index

    Properties

    components?: Component[]
    componentSections?: ComponentSection[]
    variant: any