UNPKG

9s-fe-core

Version:

Core functionalities for authentication, configuration, and repository management.

9 lines (8 loc) 264 B
import React from 'react'; import { FieldTypeModel } from '../../models/schema_model'; interface ImageDisplayProps { fieldItem: FieldTypeModel; showAllImage?: boolean; } declare const ImageDisplay: React.FC<ImageDisplayProps>; export default ImageDisplay;