mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 02:11:49 +08:00
2 lines
76 B
JavaScript
2 lines
76 B
JavaScript
export const Pre = (args) => `<pre>${JSON.stringify(args, null, 2)}</pre>`;
|