UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

3 lines (2 loc) 107 B
import type { ComputedRef } from 'vue'; export declare const useProp: <T>(name: string) => ComputedRef<T>;