UNPKG

web-atoms-core

Version:
6 lines (3 loc) 95 B
import { ColorItem } from "./Colors"; type Color = string | ColorItem; export default Color;