UNPKG

@primer/primitives

Version:

Typography, spacing, and color primitives for Primer design system

2 lines (1 loc) 114 B
export const schemaErrorMessage = (title, description) => `**${title}**${description ? `\n${description}` : ``}`;