mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
This reverts commit f09ab8889148c406551dea1643966e3331fde4aa, reversing changes made to effc761e0ee4ea7ffb77f275b5ed650a7098d6f8. This is being temporarily reverted to make it easier to release an urgent fix for v10.15.1.
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> ## Component API <ArgsTable of={TransactionDetailItem} />