Skip to content

Commit

Permalink
Merge 6f8b3c7 into 27e0ff7
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioVago committed Mar 24, 2021
2 parents 27e0ff7 + 6f8b3c7 commit 5da745e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import * as React from 'react';

declare module 'react-br-bank-icons' {
interface BankIconProps {
[key: string]: string | number;
bankName?: string;
bankId?: number;
size?: number | string;
color?: string;
borderRadius?: number;
}

class BankIcon extends React.Component<BankIconProps> {}

export default BankIcon;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-br-bank-icons",
"version": "0.1.0",
"version": "0.1.1",
"description": "Iconpack with all brands of Brazilian banks enrolled in FEBRABAN",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit 5da745e

Please sign in to comment.