UNPKG

@vrx-arco/helper

Version:

<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>

108 lines (105 loc) 3.14 kB
import { __export } from "./chunk-Cl8Af3a2.js"; import { ComponentResolver } from "unplugin-vue-components"; //#region src/pro-components/index.d.ts interface VrxArcoProComponentsResolverOption { importStyle?: 'css' | 'less'; sideEffect?: boolean; theme?: string; /** * 启用实验性组件 `<ColorPicker/>`的自动引入 * @experimental * @default false */ colorPicker?: boolean; } declare function VrxArcoProComponentsResolver(options: VrxArcoProComponentsResolverOption): ComponentResolver; //#endregion //#region src/pro-layout/index.d.ts interface VrxArcoProLayoutResolverOption { importStyle?: 'css' | 'less'; sideEffect?: boolean; theme?: string; } declare function VrxArcoProLayoutResolver(options: VrxArcoProLayoutResolverOption): ComponentResolver; //#endregion //#region src/pro-components/constant.d.ts declare namespace constant_d_exports { export { mjsStyleCssComp$1 as mjsStyleCssComp, mjsStyleJsComp$1 as mjsStyleJsComp, vrxStyle$1 as vrxStyle }; } declare const mjsStyleCssComp$1: { ThemeDarkLight: string[]; ToggleFullScreen: string[]; AvatarDropDown: string[]; LoginForm: string[]; LoginPage: string[]; SearchLayout: string[]; SearchLayoutHeader: string[]; SearchLayoutContent: string[]; ProCardList: string[]; ProCardMeta: never[]; ProPagination: string[]; ProList: string[]; SearchBar: string[]; SearchBarItem: string[]; FormGridItem: never[]; FormGrid: never[]; EditFormDialog: string[]; SpaceDivider: string[]; }; declare const mjsStyleJsComp$1: { ThemeDarkLight: string[]; ToggleFullScreen: string[]; AvatarDropDown: string[]; LoginForm: string[]; LoginPage: string[]; SearchLayout: string[]; SearchLayoutHeader: string[]; SearchLayoutContent: string[]; ProCardList: string[]; ProCardMeta: never[]; ProPagination: string[]; ProList: string[]; SearchBar: string[]; SearchBarItem: string[]; FormGridItem: never[]; FormGrid: never[]; EditFormDialog: string[]; SpaceDivider: string[]; }; declare const vrxStyle$1: { ThemeDarkLight: never[]; ToggleFullScreen: never[]; AvatarDropDown: string[]; LoginForm: string[]; LoginPage: string[]; SearchLayout: string[]; SearchLayoutHeader: never[]; SearchLayoutContent: never[]; ProCardList: string[]; ProCardMeta: string[]; ProPagination: string[]; ProList: string[]; SearchBar: string[]; SearchBarItem: never[]; FormGridItem: never[]; FormGrid: never[]; EditFormDialog: never[]; SpaceDivider: string[]; }; //#endregion //#region src/pro-layout/constant.d.ts declare namespace constant_d_exports$1 { export { mjsStyleCssComp, mjsStyleJsComp, vrxStyle }; } declare const mjsStyleCssComp: { ProLayout: string[]; PageWrapper: string[]; }; declare const mjsStyleJsComp: { ProLayout: string[]; PageWrapper: string[]; }; declare const vrxStyle: { ProLayout: string[]; PageWrapper: string[]; }; //#endregion export { constant_d_exports as ProComponentsConstant, constant_d_exports$1 as ProLayoutConstant, VrxArcoProComponentsResolver, VrxArcoProComponentsResolverOption, VrxArcoProLayoutResolver, VrxArcoProLayoutResolverOption };