Skip to content

Commit

Permalink
refactor: export useMentionOptions options interface
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwikner committed Oct 30, 2023
1 parent 6970391 commit c2dfef0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const INITIAL_STATE: MentionOptionsHookValue = {
loading: true,
}

interface MentionHookOptions {
export interface MentionHookOptions {
documentValue: SanityDocument | null
}

Expand Down

0 comments on commit c2dfef0

Please sign in to comment.