@nativescript-community/ui-popover
Version:
Popover plugn
18 lines (17 loc) • 433 B
TypeScript
import { View } from '@nativescript/core';
export declare enum HorizontalPosition {
CENTER = 0,
LEFT = 1,
RIGHT = 2,
ALIGN_LEFT = 3,
ALIGN_RIGHT = 4
}
export declare enum VerticalPosition {
CENTER = 0,
ABOVE = 1,
BELOW = 2,
ALIGN_TOP = 3,
ALIGN_BOTTOM = 4
}
export declare function _commonShowNativePopover(view: View): void;
export declare function _commonPopoverDismissed(view: View): void;