UNPKG

@gluestack-ui/actionsheet

Version:

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

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