UNPKG

react-native-ranking-leaderboard

Version:
15 lines 727 B
import type LeaderboardEntry from './leaderboard'; import type { LeaderboardEntryDiff, LeaderboardStyle } from './leaderboard'; type LeaderboardProps = { entries: LeaderboardEntry[]; showPodium?: boolean; showSearchBar?: boolean; showSortingTypes?: boolean; showRankDifference?: boolean; enableProfiles?: boolean; style?: LeaderboardStyle; customProfile?: (user: LeaderboardEntryDiff | null, onClose: () => void) => React.ReactNode; }; export declare function Leaderboard({ entries, style, showPodium, showSearchBar, showSortingTypes, showRankDifference, enableProfiles, customProfile, }: LeaderboardProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map