/**
 * @description a css shadow
 * @format inset? | offset-x | offset-y | blur-radius? | spread-radius? | color?
 */
type Shadow = string
