MCPcopy
hub / github.com/mantinedev/ui.mantine.dev / StoryWrapperProps

Interface StoryWrapperProps

components/StoryWrapper/StoryWrapper.tsx:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { ComponentPreview } from '../ComponentPreview/ComponentPreview';
3
4interface StoryWrapperProps {
5 attributes: CanvasAttributes;
6 component: React.FC<any>;
7}
8
9export function StoryWrapper({ attributes, component: Component }: StoryWrapperProps) {
10 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected