import React from 'react';
import ExchangeRateDisplay from './exchange-rate-display';
export default {
title: 'Pages/Swaps/ExchangeRateDisplay',
argTypes: {
primaryTokenValue: {
control: {
type: 'text',
},
},
primaryTokenDecimals: {
control: {
type: 'number',
},
},
primaryTokenSymbol: {
control: {
type: 'text',
},
},
secondaryTokenValue: {
control: {
type: 'text',
},
},
secondaryTokenDecimals: {
control: 'number',
},
secondaryTokenSymbol: {
control: {
type: 'text',
},
},
},
};
export const DefaultStory = (args) => {
return