File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/feedback/src/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ export const buildFeedbackIntegration = ({
55
55
getScreenshotIntegration,
56
56
} : BuilderOptions ) : IntegrationFn <
57
57
Integration & {
58
- attachTo ( el : Element | string , optionOverrides : OverrideFeedbackConfiguration ) : Unsubscribe ;
59
- createForm ( optionOverrides : OverrideFeedbackConfiguration ) : Promise < FeedbackDialog > ;
60
- createWidget ( optionOverrides : OverrideFeedbackConfiguration ) : ActorComponent ;
58
+ attachTo ( el : Element | string , optionOverrides ? : OverrideFeedbackConfiguration ) : Unsubscribe ;
59
+ createForm ( optionOverrides ? : OverrideFeedbackConfiguration ) : Promise < FeedbackDialog > ;
60
+ createWidget ( optionOverrides ? : OverrideFeedbackConfiguration ) : ActorComponent ;
61
61
remove ( ) : void ;
62
62
}
63
63
> => {
You can’t perform that action at this time.
0 commit comments