import { CSSProperties } from "react"; export default (props:{ icon?:string, image?:string, image2?:string, title?:any, text?:string, value?:string, icon2?:string, selected?:boolean,style?:CSSProperties, pt?:number, h?:number, w?:number, s?:number, s2?:number, on?:()=>void, bold?:boolean, ml?:number, txtmt?:number, }) => { var image = props.icon || props.image; var image2 = props.icon2 || props.image2; var title = props.title || props.text || props.value; return props.on?.()}> {props.title{ }}/> {image2?{props.title+"'s:null} {typeof title == "string" ? {title} : title} }