react-quizzes
Version:
React quizz/form builder and delivery solution
9 lines • 318 B
TypeScript
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