UNPKG

igniteui-webcomponents

Version:

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.

14 lines (13 loc) 631 B
/** @deprecated since 7.2.0. Please use the newly provided `IChatResourceStrings` interfaces from or set global resource strings using `registerI18n` method. */ export interface IgcChatResourceStrings { suggestionsHeader?: string; reactionCopy?: string; reactionLike?: string; reactionDislike?: string; reactionRegenerate?: string; attachmentLabel?: string; attachmentsListLabel?: string; messageCopied?: string; } /** @deprecated since 7.2.0. Please use the newly provided resources from the igniteui-i18n-resources package. */ export declare const IgcChatResourceStringEN: IgcChatResourceStrings;