/** @jsxImportSource @compiled/react */ // eslint-disable-next-line import/no-extraneous-dependencies import { css } from '@compiled/react'; import type { XCSSProp } from '@fixture/strict-api-test'; import { css as strictCSS } from '@fixture/strict-api-test'; import { render } from '@testing-library/react'; function Button({ xcss, testId, }: { testId: string; xcss: ReturnType>; }) { return