UNPKG

@gluestack-ui/actionsheet

Version:

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

6 lines (5 loc) 259 B
import React from 'react'; declare function ActionsheetDragIndicator<T>(StyledActionsheetDragIndicator: React.ComponentType<T>): React.ForwardRefExoticComponent<{ children?: any; } & React.RefAttributes<unknown>>; export default ActionsheetDragIndicator;