UNPKG

@gluestack-ui/actionsheet

Version:

A universal headless actionsheet component for React Native, Next.js & React

3 lines (2 loc) 232 B
import React from 'react'; export declare function ActionsheetDragIndicatorWrapper<T>(StyledActionsheetDragIndicatorWrapper: React.ComponentType<T>): React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;