UNPKG

laif-ds

Version:

Design System di Laif con componenti React basati su principi di Atomic Design

13 lines (12 loc) 270 B
"use client"; function i(s) { const e = s.options.emphasis || "*"; if (e !== "*" && e !== "_") throw new Error( "Cannot serialize emphasis with `" + e + "` for `options.emphasis`, expected `*`, or `_`" ); return e; } export { i as checkEmphasis };