UNPKG

vuestic-ui

Version:
5 lines (4 loc) 226 B
import { Ref } from 'vue'; type DeprecationSource = 'slots' | 'props' | 'attrs'; export declare const useDeprecated: (deprecatedList: Ref<string[]> | string[], deprecationSource?: DeprecationSource[]) => undefined; export {};