@firecms/core
Version:
Awesome Firebase/Firestore-based headless open-source CMS
10 lines (9 loc) • 330 B
TypeScript
import React from "react";
import { PropertyPreviewProps } from "../PropertyPreviewProps";
/**
* Preview component for displaying user information.
* This is a simple wrapper around UserDisplay.
*
* @group Preview components
*/
export declare function UserPreview({ value }: PropertyPreviewProps<string>): React.JSX.Element;