2.1.6 • Published 6 months ago

@types/react-icon-base v2.1.6

Weekly downloads
7,048
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/react-icon-base

Summary

This package contains type definitions for react-icon-base (https://github.com/gorangajic/react-icon-base#readme).

Details

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

index.d.ts

// Type definitions for react-icon-base 2.1
// Project: https://github.com/gorangajic/react-icon-base#readme
// Definitions by: Alexandre Paré <https://github.com/apare>, Karol Janyst <https://github.com/LKay>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

import * as React from "react";

export interface IconBaseProps extends React.SVGProps<React.ReactSVGElement> {
    size?: string | number | undefined;
    style?: any;
    color?: string | undefined;
}

export default class IconBaseClass extends React.Component<IconBaseProps> {}

Additional Details

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

Credits

These definitions were written by Alexandre Paré, and Karol Janyst.

2.1.6

6 months ago

2.1.5

7 months ago

2.1.4

3 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago