)
}
const meta = {
parameters: {
docs: {
description: {
component:
'A comprehensive showcase of all available SVG markers in the UI library. These markers are used for ERD relationship lines.',
},
},
initialGlobals: {
backgrounds: { value: 'light' },
},
},
} satisfies Meta
export default meta
type Story = StoryObj
export const AllMarkers: Story = {
render: () => ,
}