UNPKG

@bund-x/core

Version:

Master Components Core Library

13 lines 511 B
export function CommentBoxBase(props: any): JSX.Element; export namespace CommentBoxBase { 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 CommentBoxBase; import PropTypes from "prop-types"; //# sourceMappingURL=CommentBoxBase.d.ts.map