UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

7 lines (6 loc) 177 B
import { ObjectDirective } from 'vue'; interface VShowElement extends HTMLElement { _vod: string; } export declare const vVisible: ObjectDirective<VShowElement>; export {};