Skip to content

Commit

Permalink
Exposed Icon methods
Browse files Browse the repository at this point in the history
    - Exposes methods implemented in: oblador/react-native-vector-icons#762
  • Loading branch information
SudoPlz committed Jul 20, 2018
1 parent 63867fb commit ac3875f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/react-native-vector-icons/Icon.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ export class Icon extends React.Component<IconProps, any> {
static hasIcon(
name: string,
): boolean;
static getRawGlyphMap(): {};
static getFontFamily(): string;
}

export namespace Icon {
Expand Down

0 comments on commit ac3875f

Please sign in to comment.