fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
8 lines (7 loc) • 323 B
TypeScript
/// <reference types="react" />
import { CommentActionsProps } from './type';
declare const CommentActions: {
({ as, className, children, ...props }: CommentActionsProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
displayName: string;
};
export default CommentActions;