UNPKG

@tresjs/core

Version:

Declarative ThreeJS using Vue Components

8 lines (7 loc) 235 B
/** * Shows a toast or console.log * * @param message - message to log * @param type - different color of the tooltip */ export declare function toastMessage(message: string, type?: 'normal' | 'error' | 'warn' | undefined): void;