UNPKG

@stackoverfloweth/vue-compositions

Version:

A collection of reusable vue compositions.

3 lines (2 loc) 152 B
import { Ref } from 'vue'; export declare function useComputedStyle(element: Element | Ref<Element | undefined>): Ref<CSSStyleDeclaration | undefined>;