UNPKG

@ludiks/react

Version:

Complete React library for Ludiks gamification platform - includes SDK and ready-to-use components

5 lines (4 loc) 205 B
import { LudiksProfile } from '@ludiks/sdk'; import { LeaderboardEntry } from '../types'; export declare const mockUserProfile: LudiksProfile; export declare const mockLeaderboardData: LeaderboardEntry[];