Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaSh committed Jun 29, 2024
1 parent d126438 commit e27bd48
Show file tree
Hide file tree
Showing 4 changed files with 288 additions and 281 deletions.
5 changes: 4 additions & 1 deletion dist/veloxi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,8 @@ declare class PositionProp extends ViewProp<Vec2> implements ViewPosition {
isTransform(): boolean;
}

declare function randomNumber(min: number, max: number): number;

declare type ReadyCallback<TPluginApi extends PluginApi> = (pluginApi: TPluginApi) => void;

declare interface RectSize {
Expand Down Expand Up @@ -732,7 +734,8 @@ declare namespace Utils {
clamp,
valueAtPercentage,
remap,
pointToViewProgress
pointToViewProgress,
randomNumber
}
}
export { Utils }
Expand Down
Loading

0 comments on commit e27bd48

Please sign in to comment.