UNPKG

vuestic-ui

Version:
3 lines (2 loc) 128 B
import { Ref } from 'vue'; export declare const useElementBackground: (el: Ref<HTMLElement | undefined | null>) => Ref<string>;