UNPKG

vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

3 lines (2 loc) 199 B
import { Ref } from 'vue'; export declare function useLabel(rawLabel: Ref<string | number | null>, element: Ref<HTMLElement | null | undefined>): Ref<string | number | null, string | number | null>;