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

    Interface ComponentProperty

    Interface for component property

    interface ComponentProperty {
        id: string;
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    id: string
    name: string
    value: string