// used in MessageBox.show export const InputWithTitle = ( title: string, defaultValue: string, onInputChanged?: (option: string) => void, onInputInputed?: (option: string) => void, className = 'input-base', width = '100%' ) => { return (