1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Garrett Bear ba90e57663
Feat/18444/text align update app folder ()
* Update TEXT_ALIGN const to TextAlign enum

* update TEXT_ALIGN to TextAlign in app folder
2023-05-23 12:29:14 -07:00
..
2022-11-15 08:40:56 -06:00

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="components-app-transactiondetailitem--default-story" />
</Canvas>

## Props

<ArgsTable of={TransactionDetailItem} />