UNPKG

gather-content-ui

Version:
9 lines 336 B
declare function CommentActions({ onEditClick, onRemoveClick, className }: any): import("react/jsx-runtime").JSX.Element | null; declare namespace CommentActions { var defaultProps: { onEditClick: () => void; onRemoveClick: () => void; }; } export { CommentActions }; //# sourceMappingURL=CommentActions.d.ts.map