mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 19:10:22 +01:00
7424e98416
* replaced Component API with Props * replaced Component API with Props in DOCUMENTATION.stories.mdx * removed base avatar component
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
|
|
import SendGasRow from '.';
|
|
|
|
# SendGasRow
|
|
|
|
<Canvas>
|
|
<Story id="ui-pages-send-send-content-send-gas-row-send-gas-row-stories-js--default-story" />
|
|
</Canvas>
|
|
|
|
## Props
|
|
|
|
<ArgsTable of={SendGasRow} />
|