```js // Button.stories.js | Button.stories.jsx | Button.stories.ts | Button.stories.tsx export const Large = Template.bind({}); Large.parameters = { controls: { hideNoControlsWarning: true }, }; ```