UNPKG

infinity-forge

Version:
5 lines (4 loc) 282 B
import { InteractionItemResponse } from '../../../../../ui/codie-dynamic/client/swagger_client.js'; export declare function ReviewCard({ theme, comment, createdAt, rating, userName, ...rest }: InteractionItemResponse & { theme: any; }): import("react/jsx-runtime").JSX.Element;