components/elements/IconWheel/index.jsjavascript
import definition from "./schema.js";
import { IconWheel } from "./IconWheel";

/** Element definition consumed by elements/registry.js (pattern: StoryTitle/index.js). */
export default {
  ...definition,
  component: IconWheel,
  adapter: ({ items }) => ({ items: items || [] }),
};