UNPKG

@artsy/cohesion

Version:
12 lines (11 loc) 264 B
import { TappedConfirmArtwork } from "../../Schema/Events/Conversations"; /** * A user tapped the confirm offer CTA in an inquiry * * @example * ``` * tappedConfirmArtwork() * ``` * */ export declare const tappedConfirmArtwork: () => TappedConfirmArtwork;