@gluestack-ui/actionsheet
Version:
A universal headless actionsheet component for React Native, Next.js & React
17 lines (16 loc) • 502 B
TypeScript
import React from 'react';
export declare const ActionsheetContext: React.Context<{
hideDragIndicator: boolean;
handleClose: any;
initialFocusRef: React.RefObject<any> | undefined;
finalFocusRef: React.RefObject<any> | undefined;
visible: boolean;
backdropVisible: boolean;
closeOnOverlayClick: boolean;
handleCloseBackdrop: any;
avoidKeyboard: boolean;
bottomInset: number;
trapFocus: boolean;
snapPoints: Array<number>;
preventScroll: boolean;
}>;