UNPKG

@progress/kendo-angular-progressbar

Version:

Kendo UI Angular component starter template

17 lines (16 loc) 1.08 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * A directive that selects a template within the `<kendo-circularprogessbar>` component which will be used for the center template. * ([see example]({% slug center_template_circularprogressbar %})). */ export declare class CircularProgressbarCenterTemplateDirective { templateRef: TemplateRef<unknown>; constructor(templateRef: TemplateRef<unknown>); static ɵfac: i0.ɵɵFactoryDeclaration<CircularProgressbarCenterTemplateDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<CircularProgressbarCenterTemplateDirective, "[kendoCircularProgressbarCenterTemplate]", never, {}, {}, never, never, true, never>; }