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