// EnrichedTextInput export { EnrichedTextInput } from './native/EnrichedTextInput'; export type { EnrichedInputStyle, EnrichedTextInputProps, OnChangeTextEvent, OnChangeHtmlEvent, OnChangeStateEvent, OnLinkDetected, OnMentionDetected, OnChangeSelectionEvent, OnKeyPressEvent, OnPasteImagesEvent, OnSubmitEditing, HtmlStyle, MentionStyleProperties, FocusEvent, BlurEvent, EnrichedTextInputInstance, ContextMenuItem, OnChangeMentionEvent, TextShortcut, TextShortcutStyle, } from './types'; // EnrichedText export { EnrichedText } from './native/EnrichedText'; export type { EnrichedTextProps, EnrichedTextInstance, EnrichedTextHtmlStyle, OnMentionPressEvent, OnLinkPressEvent, } from './types'; import { warnDeprecated } from './deprecate'; warnDeprecated();