import React from "react"; export interface SimpleUrlFieldProps { title?: React.ReactNode; name?: string; text?: React.ReactNode; values?: any; }