import { CSSProperties } from 'react' import Bold from './Bold' export default (props:{ bold?:boolean, title?:string, defaultValue?:string, placeholder?:string, readonly?:boolean, readOnly?:boolean, minHeight?:number|string, style?:CSSProperties on?:(string)=>void, selectonclick?:boolean, })=> { var uniqekey = Math.random()*100 return