import React from 'react' export function Img( props: Omit, 'src'> & {src: Buffer}, ) { const {src, ...others} = props return ( ) }