leshi-ui
Version:
Modern CLI for building and managing React Native UI components with copy-paste simplicity, custom theming, and open source design system support
13 lines (12 loc) • 428 B
TypeScript
export declare class Logger {
static success(message: string): void;
static error(message: string): void;
static warning(message: string): void;
static info(message: string): void;
static log(message: string): void;
static break(): void;
static title(message: string): void;
static subtitle(message: string): void;
static step(message: string): void;
static tip(message: string): void;
}