import React from 'react'; import { action } from '@storybook/addon-actions'; import { text, boolean, number, object } from '@storybook/addon-knobs'; import { MAINNET_CHAIN_ID } from '../../../../shared/constants/network'; import FeeCard from './fee-card'; const tokenApprovalTextComponent = ( ABC ); const containerStyle = { width: '300px', }; export default { title: 'Pages/Swaps/FeeCard', id: __filename, }; export const WithAllProps = () => { return (