@gluestack-v2/framework-cli
Version:
Gluestack V2 Framework CLI
8 lines (7 loc) • 381 B
TypeScript
import 'colors';
export declare const newline: () => void;
export declare const info: (msg1: string, msg2?: string) => void;
export declare const success: (msg1: string, msg2?: string) => void;
export declare const error: (msg1: string, msg2?: string) => void;
export declare const json: (msg1: string) => void;
export declare const warning: (msg1: string, msg2?: string) => void;