export interface RevFormFieldProps { label?: string; subLabel?: string; caption?: string; error?: string; helper?: string; topAction?: boolean; bottomAction?: boolean; inputAction?: boolean; }