/** * ```js * import { onLocalCommentReactionAdded } from '@amityco/ts-sdk' * const dispose = onLocalCommentReactionAdded(comment => { * // ... * }) * ``` * * Fired when a {@link Amity.InternalComment} has been reacted * * @param callback The function to call when the event was fired * @returns an {@link Amity.Unsubscriber} function to stop listening * * @category Comment Events */ export declare const onLocalCommentReactionAdded: (callback: Amity.Listener) => Amity.Unsubscriber; //# sourceMappingURL=onLocalCommentReactionAdded.d.ts.map