import type { Fixture } from "../../test/fixtures.js"; export const fixtures: Fixture[] = [ { name: "specimen", props: { }, children: "display" }, ];