@vrx-arco/pro-components
Version:
<p align="center"> <img src="https://vrx-arco.github.io/arco-design-pro/favicon.svg" width="200" height="250"> </p>
24 lines (23 loc) • 1.4 kB
TypeScript
declare module "vue" {
interface GlobalComponents {
ThemeDarkLight: typeof import("@vrx-arco/pro-components").ThemeDarkLight
ToggleFullScreen: typeof import("@vrx-arco/pro-components").ToggleFullScreen
AvatarDropDown: typeof import("@vrx-arco/pro-components").AvatarDropDown
LoginForm: typeof import("@vrx-arco/pro-components").LoginForm
LoginPage: typeof import("@vrx-arco/pro-components").LoginPage
SearchLayout: typeof import("@vrx-arco/pro-components").SearchLayout
SearchLayoutHeader: typeof import("@vrx-arco/pro-components").SearchLayoutHeader
SearchLayoutContent: typeof import("@vrx-arco/pro-components").SearchLayoutContent
ProCardList: typeof import("@vrx-arco/pro-components").ProCardList
ProCardMeta: typeof import("@vrx-arco/pro-components").ProCardMeta
ProPagination: typeof import("@vrx-arco/pro-components").ProPagination
ProList: typeof import("@vrx-arco/pro-components").ProList
SearchBar: typeof import("@vrx-arco/pro-components").SearchBar
SearchBarItem: typeof import("@vrx-arco/pro-components").SearchBarItem
FormGridItem: typeof import("@vrx-arco/pro-components").FormGridItem
FormGrid: typeof import("@vrx-arco/pro-components").FormGrid
EditFormDialog: typeof import("@vrx-arco/pro-components").EditFormDialog
SpaceDivider: typeof import("@vrx-arco/pro-components").SpaceDivider
}
};
export {};