/** * @description a css border string * @format color | style | width */ type Border = `${string} ${string} ${string}`