UNPKG

matrix-react-sdk

Version:
5 lines (4 loc) 190 B
import { ForwardRefExoticComponent } from "react"; import { IBodyProps } from "./IBodyProps"; declare const RedactedBody: ForwardRefExoticComponent<IBodyProps>; export default RedactedBody;