UNPKG

react-native-modalize-x2

Version:

A highly customizable modal/bottom sheet that loves scrolling content.

7 lines (6 loc) 264 B
import * as React from 'react'; export declare const useModalize: () => { ref: React.RefObject<import("../options").IHandles>; open: (dest?: "top" | "default" | undefined) => void; close: (dest?: "default" | "alwaysOpen" | undefined) => void; };