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