UNPKG

@primer/primitives

Version:

Typography, spacing, and color primitives for Primer design system

6 lines (5 loc) 123 B
/** * @description a css border string * @format color | style | width */ type Border = `${string} ${string} ${string}`