@progress/kendo-angular-buttons
Version:
Buttons Package for Angular
20 lines (19 loc) • 1.06 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import * as i0 from "@angular/core";
import * as i1 from "./speechtotextbutton.component";
/**
* Represents the exported package module.
*
* Required for adding SpeechToTextButton features in NgModule-based Angular applications.
*
* The package exports:
* - `SpeechToTextButtonComponent`—The SpeechToTextButton component class.
*/
export declare class SpeechToTextButtonModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SpeechToTextButtonModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SpeechToTextButtonModule, never, [typeof i1.SpeechToTextButtonComponent], [typeof i1.SpeechToTextButtonComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SpeechToTextButtonModule>;
}