import { Icon } from "../../Icon" export function Value (props: any) { return
{ props.prefix ? {props.prefix} : null } { props.clearable ? : null }
}