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.
12 lines (11 loc) • 348 B
TypeScript
export interface IgcChatResourceStrings {
suggestionsHeader: string;
reactionCopy: string;
reactionLike: string;
reactionDislike: string;
reactionRegenerate: string;
attachmentLabel: string;
attachmentsListLabel: string;
messageCopied: string;
}
export declare const IgcChatResourceStringEN: IgcChatResourceStrings;