UNPKG

chromatic

Version:

Automate visual testing across browsers. Gather UI feedback. Versioned documentation.

10 lines (7 loc) 241 B
import chalk from 'chalk'; import dedent from 'ts-dedent'; import { error } from '../../components/icons'; export default (singularOptions) => dedent(chalk` ${error} You can only use one of {bold ${singularOptions.join(', ')}} `);