UNPKG

@progress/kendo-angular-conversational-ui

Version:

Kendo UI for Angular Conversational UI components

20 lines (19 loc) 762 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { InjectionToken } from "@angular/core"; import { ViewType } from "./models/view-type"; import { SVGIcon } from "@progress/kendo-svg-icons"; /** * @hidden */ export declare const MY_TOKEN: InjectionToken<ViewType>; /** * @hidden */ export declare const DEFAULT_SVG_ICONS: Partial<Record<ViewType, SVGIcon>>; /** * @hidden */ export declare const DEFAULT_ICONS: Partial<Record<ViewType, string>>;