Type alias EditableLabelRefAttribute

EditableLabelRefAttribute: {
    ref?: React.Ref<EditableLabelElement>;
}

Type declaration