UNPKG

@wonderflow/react-components

Version:

UI components from Wonderflow's Wanda design system

9 lines (8 loc) 239 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Separator } from './separator'; const story = { title: 'Layouts/Separator', component: Separator, }; export default story; export const Default = () => _jsx(Separator, {});