UNPKG

react-native-paper

Version:
6 lines 173 B
declare type Props = { color: string; }; declare const GithubIcon: ({ color }: Props) => JSX.Element; export default GithubIcon; //# sourceMappingURL=GithubIcon.d.ts.map