UNPKG

@upv/react-ui-core

Version:

**USHI Design System — Modern UI Component Library**

11 lines (10 loc) 279 B
import React from "react"; export interface FlashcardSwipeProps { front: string; back: string; onSwipe: (knewIt: boolean) => void; xp?: number; cardIndex?: number; totalCards?: number; } export declare const FlashcardSwipe: React.FC<FlashcardSwipeProps>;