import type { Fixture } from "../../test/fixtures.js"; export const fixtures: Fixture[] = [ { name: "swatch", props: { name: "blue-primary", hex: "#3B8EF6", background: "#3B8EF6", color: "#fff" } }, ];