UNPKG

@upv/react-ui-core

Version:

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

8 lines (7 loc) 193 B
import React from "react"; export interface RevealFlashcardProps { front: string; back: string; xp?: number; } export declare const RevealFlashcard: React.FC<RevealFlashcardProps>;