import { ColorItem } from "./Colors";

type Color = string | ColorItem;

export default Color;
