UNPKG

@metamask/design-system-react-native

Version:
11 lines 309 B
import type { IJazziconProps } from "react-native-jazzicon"; /** * Jazzicon component props. */ export type JazziconProps = { /** * Optional prop used to locate this view in end-to-end tests. */ testID?: string | undefined; } & IJazziconProps; //# sourceMappingURL=Jazzicon.types.d.cts.map