We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6740283 commit b9a0297Copy full SHA for b9a0297
README.md
@@ -169,7 +169,7 @@ interface UseFixedHeaderOptions {
169
*
170
* @default false
171
*/
172
- transitionOpacity: Ref<boolean> | boolean
+ transitionOpacity: boolean | Ref<boolean> | ComputedRef<boolean>
173
}
174
```
175
packages/vue-use-fixed-header/src/types.ts
@@ -22,5 +22,5 @@ export interface UseFixedHeaderOptions<T = any> {
22
23
24
25
- transitionOpacity: boolean
26
0 commit comments