mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 05:51:48 +08:00
2 lines
94 B
JavaScript
2 lines
94 B
JavaScript
export const Pre = (args) => `<pre data-testid="pre">${JSON.stringify(args, null, 2)}</pre>`;
|