UNPKG

@qvant/qui-max

Version:

A Vue 3 Design system for Web.

4 lines (3 loc) 266 B
import type { ComputedOptions, MethodOptions, Component } from 'vue'; import type { SFCWithInstall } from '../../../types/helpers'; export declare const withInstall: <T extends Component<any, any, any, ComputedOptions, MethodOptions>>(main: T) => SFCWithInstall<T>;