UNPKG

@metamask/design-system-react

Version:
1 lines 585 B
{"version":3,"file":"Jazzicon.types.cjs","sourceRoot":"","sources":["../../../../src/components/temp-components/Jazzicon/Jazzicon.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ComponentProps } from 'react';\n\nexport type JazziconProps = ComponentProps<'div'> & {\n /**\n * Required address used as a unique identifier to generate the Jazzicon.\n */\n address: string;\n /**\n * Optional prop to control the size of the Jazzicon.\n */\n size?: number;\n /**\n * Optional prop to add a test id to the icon\n */\n 'data-testid'?: string;\n};\n"]}