next
Version:
The React Framework
15 lines (14 loc) • 498 B
TypeScript
export declare const prefixes: {
wait: string;
error: string;
warn: string;
ready: string;
info: string;
event: string;
};
export declare function wait(...message: string[]): void;
export declare function error(...message: string[]): void;
export declare function warn(...message: string[]): void;
export declare function ready(...message: string[]): void;
export declare function info(...message: string[]): void;
export declare function event(...message: string[]): void;