UNPKG

@aplus-frontend/ui

Version:

9 lines (8 loc) 540 B
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; export declare const Wrapper: DefineComponent<{ uiMode?: "admin" | "aplus" | undefined; lang?: "en" | "zh-cn" | undefined; }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{ uiMode?: "admin" | "aplus" | undefined; lang?: "en" | "zh-cn" | undefined; }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;