Type alias WorkbookRefAttribute

WorkbookRefAttribute: {
    ref?: React.Ref<WorkbookElement>;
}

Type declaration