import React from 'react'; import PopoverPortal from '../../ui/popover/popover.component'; import Button from '../../ui/button'; import EditGasDisplay from '.'; export default { title: 'Edit Gas Display', }; export const basic = () => { return (
); }; export const insidePopover = () => { return (
console.log('Closing!')} footer={ <> } >
); };