UNPKG

matrix-react-sdk

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