import React from 'react'; import EditGasPopover from '.'; export default { title: 'Edit Gas Display Popover', }; export const basic = () => { return (
); }; export const basicWithDifferentButtonText = () => { return (
); }; export const educationalContentFlow = () => { return (
); };