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