Type alias TouchSelectHandleRefAttribute

TouchSelectHandleRefAttribute: {
    ref?: React.Ref<TouchSelectHandleElement>;
}

Type declaration