UNPKG

react-quizzes-fork

Version:

React quizz/form builder and delivery solution

9 lines 310 B
import { PropsWithChildren } from "react"; export interface CardProps { id: string; index: number; moveCard: (dragIndex: number, hoverIndex: number) => void; } declare const _default: (props: PropsWithChildren<CardProps>) => JSX.Element; export default _default; //# sourceMappingURL=index.d.ts.map