UNPKG

laif-ds

Version:

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

13 lines (12 loc) 279 B
"use client"; function o(t) { const e = t.options.bullet || "*"; if (e !== "*" && e !== "+" && e !== "-") throw new Error( "Cannot serialize items with `" + e + "` for `options.bullet`, expected `*`, `+`, or `-`" ); return e; } export { o as checkBullet };