mirror of
https://github.com/zhigang1992/react-native-popover-view.git
synced 2026-05-28 23:51:34 +08:00
Update index.d.ts
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -13,7 +13,7 @@ declare module 'react-native-popover-view' {
|
||||
interface PopoverViewProps {
|
||||
isVisible: boolean;
|
||||
mode?: 'rn-modal' | 'js-modal' | 'tooltip';
|
||||
fromView?: Ref<Component<any>>;
|
||||
fromView?: Component<any> | null;
|
||||
fromRect?: Rect;
|
||||
fromDynamicRect?: (displayAreaWidth: number, displayAreaHeight) => Rect;
|
||||
displayArea?: Rect;
|
||||
|
||||
Reference in New Issue
Block a user