Type alias SheetRefAttribute

SheetRefAttribute: {
    ref?: React.Ref<SheetElement>;
}

Type declaration