UNPKG

@empathyco/x-components

Version:
24 lines 1.25 kB
/** * Message component displays a message with optional animation and customizable CSS classes. * * @public */ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** Animation component that will be used to animate the message. */ animation: { type: (StringConstructor | ObjectConstructor | FunctionConstructor)[]; default: () => import("vue").DefineComponent<{}, {}, any>; }; }>, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** Animation component that will be used to animate the message. */ animation: { type: (StringConstructor | ObjectConstructor | FunctionConstructor)[]; default: () => import("vue").DefineComponent<{}, {}, any>; }; }>> & Readonly<{}>, { animation: string | Function | Record<string, any>; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=message.vue?vue&type=script&setup=true&lang.d.ts.map