UNPKG

@spaceone/design-system

Version:
15 lines (11 loc) 451 B
declare module 'vue-fragment' { import Vue, { AsyncComponent, ComponentOptions, PluginObject } from 'vue'; type Component = ComponentOptions<Vue> | typeof Vue | AsyncComponent export const Fragment: Component; export const Plugin: PluginObject<undefined>; // namespace VueFragment { // export const Fragment: Component; // export const Plugin: PluginObject<undefined>; // } export default VueFragment; }