diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-23 14:16:52 -0700 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-04-23 14:16:52 -0700 |
| commit | 70ff4dc0c8d8fa7b05087c6dbc08f2def895b922 (patch) | |
| tree | 157aeb092533cfd2a5ef4d7a5ecea78169eba297 /src/components/profile/UniversityIcon.tsx | |
| parent | ad99a4434ada452e4b068a8c537b1d2e89d08ada (diff) | |
Added interface
Diffstat (limited to 'src/components/profile/UniversityIcon.tsx')
| -rw-r--r-- | src/components/profile/UniversityIcon.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/profile/UniversityIcon.tsx b/src/components/profile/UniversityIcon.tsx index 6e1c7d4e..560a771e 100644 --- a/src/components/profile/UniversityIcon.tsx +++ b/src/components/profile/UniversityIcon.tsx @@ -9,6 +9,7 @@ export interface UniversityIconProps extends ViewProps { university_class?: number; imageStyle?: StyleProp<ImageStyle>; needsShadow?: boolean; + layout?: object | null; } /** |
