@metamask/design-system-react-native
Version:
1 lines • 564 B
Source Map (JSON)
{"version":3,"file":"Blockies.types.cjs","sourceRoot":"","sources":["../../../../src/components/temp-components/Blockies/Blockies.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { ImageProps } from 'react-native';\n\n/**\n * Blockies component props.\n */\nexport type BlockiesProps = {\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} & Omit<ImageProps, 'source' | 'width' | 'height'>;\n"]}