mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-09 03:30:09 +00:00
[react-native-vector-icons] add missing method (#35832)
This commit is contained in:
1
types/react-native-vector-icons/Icon.d.ts
vendored
1
types/react-native-vector-icons/Icon.d.ts
vendored
@@ -154,6 +154,7 @@ export class Icon extends React.Component<IconProps, any> {
|
||||
size?: number,
|
||||
color?: string,
|
||||
): Promise<ImageSource>;
|
||||
static getRawGlyphMap(): { [name: string]: number };
|
||||
static loadFont(
|
||||
file?: string
|
||||
): Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user