UNPKG

@subsocial/utils

Version:
3 lines (2 loc) 214 B
import { RemarkContentProps, SocialRemarkMessageAction } from './types'; export declare function decorateRemarkContentValue(action: SocialRemarkMessageAction, propName: RemarkContentProps, value: string): unknown;