@metamask/design-system-react
Version:
Design system react ui components
1 lines • 585 B
Source Map (JSON)
{"version":3,"file":"Blockies.types.mjs","sourceRoot":"","sources":["../../../../src/components/temp-components/Blockies/Blockies.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ComponentProps } from 'react';\n\nexport type BlockiesProps = ComponentProps<'img'> & {\n /**\n * Required address used as a unique identifier to generate the Blockies.\n */\n address: string;\n /**\n * Optional prop to control the size of the Blockies.\n */\n size?: number;\n /**\n * Optional prop to add a test id to the icon\n */\n 'data-testid'?: string;\n};\n"]}