import type { Meta } from "@storybook/react"; export const commonProps: Meta["argTypes"] = { css: { description: "CSS prop injected by Stitches", table: { category: "Common Props", type: { summary: "CSS", }, }, }, "data-id": { description: "Optional Id used for tests", control: "string", table: { category: "Common Props", type: { summary: "string", }, }, }, };