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