UNPKG

@forgeflowai/chat

Version:

This is an embeddable Chat widget for n8n. It allows the execution of AI-Powered Workflows through a Chat window.

16 lines (15 loc) 619 B
import type { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ animation: { type: PropType<"bouncing" | "scaling">; default: string; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ animation: { type: PropType<"bouncing" | "scaling">; default: string; }; }>>, { animation: "bouncing" | "scaling"; }, {}>; export default _default;