@types/react-blockies
TypeScript icon, indicating that this package has built-in type declarations

1.4.4 • Public • Published

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

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: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Martin Triay.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-blockies

Weekly Downloads

3,990

Version

1.4.4

License

MIT

Unpacked Size

3.4 kB

Total Files

5

Last publish

Collaborators

  • types