UNPKG

@storybook/addon-ondevice-controls

Version:

Display storybook controls on your device.

6 lines (5 loc) 212 B
import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime"; export const AddonPanel = ({ children }) => { return _jsx(_Fragment, { children: children }); }; AddonPanel.displayName = 'AddonPanel';