UNPKG

vuestic-ui

Version:
7 lines (6 loc) 234 B
import { type VuesticComponent } from '../services/vue-plugin/types'; type Props = Record<string, any>; export declare const useMount: (component: VuesticComponent) => { createInstance: (props: Props) => () => void; }; export {};