UNPKG

@wulperstudio/cms

Version:
4 lines (3 loc) 334 B
import { PreviewBlockModel } from './PreviewBlock.types'; declare const PreviewBlock: ({ id, children, onMessage, onClickReply, needMenu, searchValues, AvatarProps, CancelButtonProps, ReplyButtonProps, NameProps, minLetters, setCommentId, }: PreviewBlockModel) => import("react/jsx-runtime").JSX.Element; export default PreviewBlock;