@ -8,4 +8,4 @@ interface IMarkup extends IText {
|
||||
/** Styles HTML markup returned by the API, such as in account bios and statuses. */
|
||||
const Markup = React.forwardRef<any, IMarkup>((props, ref) => <Text ref={ref} {...props} data-markup />);
|
||||
|
||||
export { Markup as default };
|
||||
export { Markup as default };
|
||||
|
||||
Reference in New Issue
Block a user