UNPKG

@nativescript-community/ui-popover

Version:
8 lines (7 loc) 356 B
import { View } from '@nativescript/core'; import { PopoverOptions } from '.'; export * from './index.common'; export declare function showPopover(view: View, { anchor, vertPos, horizPos, x, y, fitInScreen, onDismiss, outsideTouchable, focusable }: PopoverOptions): { android: globalAndroid.widget.PopupWindow; close: (r: any) => Promise<void>; };