UNPKG

agile-core

Version:

Agile Core - A powerful component based micro front-end framework

11 lines 335 B
import type { UserConfig } from 'vite'; export type AuiOptions = { tagPrefix?: string; coreAlias?: string; }; export type AuiVuePlugin = { userConfig: UserConfig; isCustomElement: (tag: string) => boolean; }; export declare function getAuiConfig(options?: AuiOptions): AuiVuePlugin; //# sourceMappingURL=plugin.d.ts.map