diff --git a/types/react-native-vector-icons/Icon.d.ts b/types/react-native-vector-icons/Icon.d.ts index 455a3269b0..349918cd1f 100644 --- a/types/react-native-vector-icons/Icon.d.ts +++ b/types/react-native-vector-icons/Icon.d.ts @@ -154,6 +154,7 @@ export class Icon extends React.Component { size?: number, color?: string, ): Promise; + static getRawGlyphMap(): { [name: string]: number }; static loadFont( file?: string ): Promise;