@metamask/design-system-react-native
Version:
1 lines • 553 B
Source Map (JSON)
{"version":3,"file":"Maskicon.types.cjs","sourceRoot":"","sources":["../../../../src/components/temp-components/Maskicon/Maskicon.types.ts"],"names":[],"mappings":"","sourcesContent":["import type { SvgProps } from 'react-native-svg';\n\n/**\n * Maskicon component props.\n */\nexport type MaskiconProps = {\n /**\n * Required address used as a unique identifier to generate the Maskicon.\n */\n address: string;\n /**\n * Optional prop to control the size of the Maskicon.\n */\n size?: number;\n} & Omit<SvgProps, 'width' | 'height'>;\n"]}