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) 179 B
import type { EventBus } from '@grozav/utils'; import type { ModalService } from '@inkline/inkline'; export declare function createModalService(eventBus: EventBus): ModalService;