Skip to content

Commit

Permalink
fix: typings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 16, 2024
1 parent fc6c428 commit e2c2ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui-popover/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { HorizontalPosition, VerticalPosition } from './index.common';
import { View } from '@nativescript/core';
import { Color, View } from '@nativescript/core';
export * from './index.common';

export interface PopoverOptions {
Expand All @@ -12,7 +12,7 @@ export interface PopoverOptions {
outsideTouchable?: boolean;
focusable?: boolean; // Android
transparent?: boolean; // iOS
backgroundColor?: Color; // iOS
backgroundColor?: Color | string; // iOS
canOverlapSourceViewRect?: boolean; // iOS
passthroughViews?: View[]; // iOS
context?: any;
Expand Down

0 comments on commit e2c2ae6

Please sign in to comment.