Skip to content

Commit 5b5ceb5

Browse files
committed
chore: angular build fix
1 parent a5a75b1 commit 5b5ceb5

File tree

1 file changed

+1
-1
lines changed
  • src/ui-persistent-bottomsheet/angular

1 file changed

+1
-1
lines changed

src/ui-persistent-bottomsheet/angular/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class BottomSheetComponent {
7070
this.pbs.scrollViewId = value;
7171
}
7272
@Input()
73-
get panGestureOptions() {
73+
get panGestureOptions(): any {
7474
return this.pbs.panGestureOptions;
7575
}
7676

0 commit comments

Comments
 (0)