import type { LevaInputProps } from '../../types'

export type ImageProps = LevaInputProps<string | undefined>
