@bund-x/core
Version:
Master Components Core Library
13 lines • 495 B
TypeScript
export function CommentBox(props: any): JSX.Element;
export namespace CommentBox {
namespace propTypes {
const children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
const className: PropTypes.Requireable<string>;
const style: PropTypes.Requireable<object>;
const title: PropTypes.Requireable<string>;
}
const displayName: string;
}
export default CommentBox;
import PropTypes from "prop-types";
//# sourceMappingURL=CommentBox.d.ts.map