import React from 'react'; import { Button } from './storybook-utils/typed-wp-components'; import type { Meta, StoryObj } from '@storybook/react'; // Not using a relative path here to ensure that the build is working. import '@automattic/components/styles/wp-button-override.scss'; /** * This reference is for A8C-specific style overrides for the `Button` component from `@wordpress/components`. * * See the [WordPress Storybook](https://wordpress.github.io/gutenberg/?path=/docs/components-button--docs) docs for more information. */ const meta: Meta< typeof Button > = { title: 'WP Overrides/Button', component: Button, decorators: [ ( Story ) => (