UNPKG

174 BTypeScriptView Raw
1import { FunctionComponent } from 'react';
2interface MessageProps {
3 msg: string;
4}
5export declare const Message: FunctionComponent<MessageProps>;
6export default Message;