import type { Fixture } from "../../test/fixtures.js"; export const fixtures: Fixture[] = [ { name: "text", props: { } }, { name: "rectangle", props: { variant: "rectangle", width: "100%", height: "200px" } }, { name: "circle", props: { variant: "circle", width: "48px" } }, ];