@alauda/ui
Version:
Angular UI components by Alauda Frontend Team.
12 lines (11 loc) • 334 B
TypeScript
import * as i0 from "@angular/core";
/**
* Texts to render on the code editor.
*/
export declare class TooltipCopyIntl {
copyTip: string;
copySuccessTip: string;
copyFailTip: string;
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipCopyIntl, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TooltipCopyIntl>;
}