Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
re-rexport OnSubmitResult
  • Loading branch information
laander committed Sep 10, 2025
commit ebc3bee493266e35c6f02e424c9a9c41b76a68a1
1 change: 1 addition & 0 deletions packages/browser-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export type { DEFAULT_TRANSLATIONS } from "./feedback/ui/config/defaultTranslati
export type {
FeedbackSubmission,
FeedbackTranslations,
OnSubmitResult,
OpenFeedbackFormOptions,
} from "./feedback/ui/types";
export type {
Expand Down
Loading