UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

4 lines (3 loc) 222 B
import type { ModalOptions, Form, FormSchema } from '@inkline/inkline/types'; import type { VNode } from 'vue'; export declare function usePrompt<S extends Form = Form>(): <T extends Form = S>(options: any) => Promise<T>;