UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

47 lines (46 loc) 2.89 kB
import Box from './Box.vue'; import Card from './Card.vue'; export type { A2UICommand, A2UICommand_v0_8, A2UICommand_v0_9, ActionPayload, BoxProps, Catalog, CatalogComponent, ComponentWrapper_v0_8, LiteralStringValue, PathValue, XAgentCommand_v0_8, XAgentCommand_v0_9, } from './types'; export { registerCatalog, loadCatalog, validateComponent, clearCatalogCache, } from './catalog'; export { registerBasicCatalog, createBasicCatalogComponents, basicCatalog, BASIC_CATALOG_ID, A2UIText, A2UIButton, A2UITextField, A2UICheckBox, A2UIColumn, A2UIRow, A2UIDivider, A2UIImage, A2UICard, } from './basic-catalog'; export { Box, Card }; export declare const XCard: { Box: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./types").BoxProps> & Readonly<{}>, { emitAction: (payload: import("./types").ActionPayload) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { components: Record<string, import("vue").Component<any>>; commands: import("./types").A2UICommand[]; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<import("./types").BoxProps> & Readonly<{}>, { emitAction: (payload: import("./types").ActionPayload) => void; }, {}, {}, {}, { components: Record<string, import("vue").Component<any>>; commands: import("./types").A2UICommand[]; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase<Readonly<import("./types").BoxProps> & Readonly<{}>, { emitAction: (payload: import("./types").ActionPayload) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { components: Record<string, import("vue").Component<any>>; commands: import("./types").A2UICommand[]; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; }; }); Card: import("vue").DefineComponent<{ id: string; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ id: string; }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; }; export default XCard;