UNPKG

@gluestack-ui/actionsheet

Version:

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

3 lines (2 loc) 219 B
import React from 'react'; export declare function Actionsheet<T>(StyledActionsheet: React.ComponentType<T>): React.ForwardRefExoticComponent<import("./types").InterfaceActionsheetProps & React.RefAttributes<unknown>>;