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

    Interface ComponentPropertyDescriptor

    Interface for component property descriptor

    interface ComponentPropertyDescriptor {
        id: string;
        name: string;
        values: string[];
    }
    Index

    Properties

    Properties

    id: string
    name: string
    values: string[]