Skip to content

Commit 3b964ea

Browse files
committed
chore: Bump to 1.0.10
1 parent fa07505 commit 3b964ea

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

dist/BottomSheet.d.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ export declare const defaultOptions: {
8686
fullHeight: boolean;
8787
hidden: boolean;
8888
peekHeights: never[];
89-
springConfig: {
90-
readonly tension: 210;
91-
readonly friction: 20;
92-
};
89+
springConfig: any;
9390
styles: {
9491
root: {};
9592
backdrop: {};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.8",
2+
"version": "1.0.10",
33
"license": "MIT",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)