import type { Fixture } from "../../test/fixtures.js"; export const fixtures: Fixture[] = [ { name: "field", props: { placeholder: "Search events" } }, { name: "full with value", props: { variant: "full", value: "chess", label: "Find" } }, ];