Skip to content

Commit

Permalink
Missing type def
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Oct 2, 2024
1 parent d52c2fb commit 3225867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ui/utils/scrollable/Scrollable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default Scrollable;

declare namespace Scrollable {

type ScrollModeTypes = 0 | 1 | 'v' | 'h' | 'vertical' | 'horizontal' | 'x' | 'y';
type ScrollModeTypes = 0 | 1 | 2 | 'v' | 'h' | 'vh' | 'vertical' | 'horizontal' | 'x' | 'y' | 'xy';
type AlignTypes = 'left' | 'top' | 'right' | 'bottom' | 'center';
type SliderInputTypes = 0 | 1 | -1 | 'drag' | 'pan' | 'click' | 'none';
type SliderPositionTypes = 0 | 1 | 'right' | 'bottom' | 'left' | 'top';
Expand Down

0 comments on commit 3225867

Please sign in to comment.