@uva-glass/component-library
Version:
React components UvA
17 lines (16 loc) • 458 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { Attention as t } from "./Attention.js";
const o = "<Attention>{message}</Attention>", p = {
title: "Atoms/Attention",
component: t,
parameters: {
inspectComponent: t,
codeString: o
}
}, i = (n) => /* @__PURE__ */ e(t, { ...n, children: "Example Attention" }), s = i.bind({});
s.args = {};
export {
s as AttentionExample,
p as default
};
//# sourceMappingURL=Attention.stories.js.map