import { Show } from "solid-js"; import { Icon } from "../../Icon"; export function Value (props: any) { const onClear = () => { } return
{props.prepend}
{props.text}
}