Type alias StatusBarRefAttribute

StatusBarRefAttribute: {
    ref?: React.Ref<StatusBarRef>;
}

Type declaration