import type { ColorIdentityColors } from "../types"; export default function parseColorFromValue(val: string): ColorIdentityColors[];