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

2.1.6 • Public • Published

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

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

Credits

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

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-icon-base

Weekly Downloads

4,755

Version

2.1.6

License

MIT

Unpacked Size

3.42 kB

Total Files

5

Last publish

Collaborators

  • types