1.4.4 • Published 6 months ago

@types/react-blockies v1.4.4

Weekly downloads
467
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/react-blockies

Summary

This package contains type definitions for react-blockies (https://github.com/stephensprinkle/react-blockies#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-blockies.

index.d.ts

// Type definitions for react-blockies 1.4
// Project: https://github.com/stephensprinkle/react-blockies#readme
// Definitions by: Martin Triay <https://github.com/martriay>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import * as React from 'react';

export interface IdenticonProps {
    seed: string;
    size?: number | undefined;
    scale?: number | undefined;
    color?: string | undefined;
    bgColor?: string | undefined;
    spotColor?: string | undefined;
    className?: string | undefined;
}

export const Identicon: React.FC<IdenticonProps>;
export default Identicon;

Additional Details

  • Last updated: Thu, 08 Jul 2021 20:20:27 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Martin Triay.