mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
* Add missing props to advanced tab component test. * Add icon size prop to site icon test * Add hardwareWalletRequiresConnection prop to signature request test as a boolean * Add setShowDetectedTokens prop to detect token test * Set Setting description prop to be either object or string.
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs'; import SignatureRequest from '.'; # Signature Request dApp requesting a signature from the user. <Canvas> <Story id="ui-components-app-signature-request-signature-request-stories-js--default-story" /> </Canvas> ## Component API <ArgsTable of={SignatureRequest} />