Repository URL to install this package:
|
Version:
2.7.6 ▾
|
import React from 'react';
import { CommentBoxProps } from './typings';
declare class CommentBox extends React.Component<CommentBoxProps> {
render(): JSX.Element;
}
export { CommentBox };
export default CommentBox;