export interface ForwardButtonProps { onClick?: (e: MouseEvent) => void; title: string; } export const ForwardButton = (props: ForwardButtonProps) => (