/** * Example story for styling a button. */ import React from 'react'; import { action } from '@storybook/addon-actions'; import { Button } from '../src'; import '@jupyterlab/application/style/index.css'; import '@jupyterlab/theme-light-extension/style/index.css'; export default { // component: Button, title: 'Button' }; export const text = () => ( ); export const emoji = () => ( );