{"version":3,"file":"Jazzicon.types.mjs","sourceRoot":"","sources":["../../../../src/components/temp-components/Jazzicon/Jazzicon.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { IJazziconProps } from 'react-native-jazzicon';\n\n/**\n * Jazzicon component props.\n */\nexport type JazziconProps = {\n  /**\n   * Optional prop used to locate this view in end-to-end tests.\n   */\n  testID?: string | undefined;\n} & IJazziconProps;\n"]}