UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

8 lines (7 loc) 283 B
import { type ComponentProps } from '../../testkit/new/Component.driver'; export declare const ExpandableOverlayDriver: (props: ComponentProps, useDialog: boolean) => { exists: () => boolean; open: () => void; isOpen: () => boolean; pressOnBackground: () => void; };