UNPKG

@platformbuilders/react-native-ui

Version:
9 lines 201 B
import { FC } from 'react'; interface Props { color: string; width: number; height: number; } declare const Profile: FC<Props>; export default Profile; //# sourceMappingURL=profile.d.ts.map