You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
471 B
471 B
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
import TransactionDetailItem from '.';
# Transaction Detail Item
Transaction detail that includes estimated gas fees. Intended to be used as an array item in the array passed to the `rows` prop of `<TransactionDetail />`
<Canvas>
<Story id="ui-components-app-transaction-detail-item-transaction-detail-item-stories-js--default-story" />
</Canvas>
## Props
<ArgsTable of={TransactionDetailItem} />