@taiga-ui/cdk
Version:
Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance
12 lines (11 loc) • 589 B
TypeScript
export declare function processLog(message: string): void;
export declare function errorLog(message: string): void;
export declare function successLog(message: string): void;
export declare function infoLog(message: string): void;
export declare function titleLog(message: string): void;
export declare const SMALL_TAB_SYMBOL = " ";
export declare const START_SYMBOL = "\uD83D\uDE80";
export declare const FINISH_SYMBOL = "\uD83C\uDFC6";
export declare const REPLACE_SYMBOL = "\u26A1\uFE0F";
export declare const PROCESSING_SYMBOL = "> ";
export declare const SUCCESS_SYMBOL = "\u2705 ";