@prisma/sdk
Version:
9 lines (8 loc) • 336 B
TypeScript
import chalk from 'chalk';
import type { Theme } from './types';
export declare const gamboge: chalk.Chalk;
export declare const darkBrightBlue: chalk.Chalk;
export declare const blue: chalk.Chalk;
export declare const brightBlue: chalk.Chalk;
export declare const identity: (str?: string) => string;
export declare const theme: Theme;