import React from 'react' import { type Meta, type StoryObj } from '@storybook/react' import { Tag } from '~components/__next__/Tag' import { Focusable } from '../index' const meta = { title: 'Components/Focusable', component: Focusable, parameters: { layout: 'centered', }, } satisfies Meta export default meta type Story = StoryObj export const Playground: Story = { render: (args) => ( Name ), }