UNPKG

tdesign-mobile-vue

Version:
3 lines (2 loc) 148 B
import type { Ref } from 'vue'; export declare function useVariables<T extends Record<string, string>>(variables: T): Record<keyof T, Ref<string>>;