Skip to content

Commit 81f59f9

Browse files
committed
deploy
1 parent 48935cf commit 81f59f9

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ type Options = {
449449
// An array of pointer types that shall be supported.
450450
pointers: string[] | null;
451451
};
452+
};
452453

453454
// The overflow behavior of an axis.
454455
type OverflowBehavior =
@@ -491,7 +492,6 @@ type ScrollbarsAutoHideBehavior =
491492

492493
// The scrollbar click scroll behavior.
493494
type ScrollbarsClickScrollBehavior = boolean | 'instant';
494-
};
495495
```
496496

497497
</details>

docs/404.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/examples.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/examples.txt

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/index.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/index.txt

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/overlayscrollbars/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ type Options = {
449449
// An array of pointer types that shall be supported.
450450
pointers: string[] | null;
451451
};
452+
};
452453

453454
// The overflow behavior of an axis.
454455
type OverflowBehavior =
@@ -491,7 +492,6 @@ type ScrollbarsAutoHideBehavior =
491492

492493
// The scrollbar click scroll behavior.
493494
type ScrollbarsClickScrollBehavior = boolean | 'instant';
494-
};
495495
```
496496

497497
</details>

website/mdx/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ type Options = {
426426
// An array of pointer types that shall be supported.
427427
pointers: string[] | null;
428428
};
429+
};
429430

430431
// The overflow behavior of an axis.
431432
type OverflowBehavior =
@@ -468,7 +469,6 @@ type ScrollbarsAutoHideBehavior =
468469

469470
// The scrollbar click scroll behavior.
470471
type ScrollbarsClickScrollBehavior = boolean | 'instant';
471-
};
472472
```
473473

474474
</details>

0 commit comments

Comments
 (0)