UNPKG

@forgeflowai/chat

Version:

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

5 lines (4 loc) 106 B
export declare function useI18n(): { t: (key: string) => string; te: (key: string) => boolean; };