import React from 'react'; import { Playground, ShadowPlayground } from '../index'; import { Button } from '../test'; import styles from '../test/styles.css'; export default { parameters: { layout: 'centered', }, }; export const Button_doc_with_playground = () => ( Button `} /> ); export const Button_doc_with_shadow_playground = () => ( Button `} /> ); export const Button_doc_with_playground_and_inner_classes = () => ( Button `} /> );