UNPKG

point-focus

Version:

A React component for zooming and focusing on image points via click, drag, or cursor.

11 lines (10 loc) 303 B
import React from 'react'; declare const ImageStatusPlaceholder: React.FC<{ isLoading?: boolean; isError?: boolean; loadingPlaceholder?: React.ReactNode; errorPlaceholder?: React.ReactNode; loadingTestId?: string; errorTestId?: string; }>; export default ImageStatusPlaceholder;