UNPKG

sticky-horse

Version:

With StickyHorse allow your users to send feedback to your team.

13 lines (12 loc) 287 B
import React from 'react'; interface FixedCommentBoxProps { onSubmit: (comment: { comment: string; position: { x: number; y: number; }; }) => void; } export declare const FixedCommentBox: React.FC<FixedCommentBoxProps>; export {};