import React, { useRef } from 'react'; import { CompareImage, Space } from '@zhst/meta' export default () => { const ref = useRef(null) return ( ) }