Type alias FillHandleRefAttribute

FillHandleRefAttribute: {
    ref?: React.Ref<FillHandleAttributes>;
}

Type declaration