Skip to content

Commit

Permalink
v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaSh committed Sep 6, 2024
1 parent 5decbee commit 8d9880d
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 248 deletions.
2 changes: 1 addition & 1 deletion dist/veloxi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ export declare class DragEventPlugin extends EventPlugin {
private _initialPointer;
private _initialPointerPerView;
private _pointerDownPerView;
private _targetPerView;
private _viewPointerPositionLog;
private _stopTimer;
setup(): void;
Expand Down Expand Up @@ -810,6 +809,7 @@ export declare interface View {
getChild(viewName: string): View;
getChildren(viewName: string): View[];
getParent(viewName: string): View | undefined;
isLayoutTransitionEnabled: boolean;
position: ViewPosition;
opacity: ViewOpacity;
borderRadius: ViewBorderRadius;
Expand Down
Loading

0 comments on commit 8d9880d

Please sign in to comment.