import React from "react"; export interface InlineFormProps { placeholder?: string; onSubmit?: React.FormEventHandler; submitText?: string; }