We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa07505 commit 3b964eaCopy full SHA for 3b964ea
dist/BottomSheet.d.ts
@@ -86,10 +86,7 @@ export declare const defaultOptions: {
86
fullHeight: boolean;
87
hidden: boolean;
88
peekHeights: never[];
89
- springConfig: {
90
- readonly tension: 210;
91
- readonly friction: 20;
92
- };
+ springConfig: any;
93
styles: {
94
root: {};
95
backdrop: {};
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "1.0.8",
+ "version": "1.0.10",
3
"license": "MIT",
4
"main": "dist/index.js",
5
"typings": "dist/index.d.ts",
0 commit comments