gather-content-ui
Version:
GatherContent UI Library
9 lines • 336 B
TypeScript
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