```js // CSF 2 export const Default = { render: (args) => Button(args), }; ```