UNPKG

react-native-ranking-leaderboard

Version:
11 lines 447 B
import type LeaderboardEntry from './leaderboard'; import type { ProfileStyle } from './leaderboard'; type LeaderboardProfileProps = { visible: boolean; onClose: () => void; user: LeaderboardEntry | null; style?: ProfileStyle; }; export declare function LeaderboardProfile({ visible, onClose, user, style, }: LeaderboardProfileProps): import("react/jsx-runtime").JSX.Element | null; export {}; //# sourceMappingURL=Profile.d.ts.map