Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: export additional types from RichtText.ts #11316

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

58bits
Copy link
Contributor

@58bits 58bits commented Feb 21, 2025

What?

Export additional types from RichText.ts

Why?

Provide additional types for simpler declaration of custom RichText hooks

As an example, any Richtext provider developer would have to implement a custom afterRead hook as either:

type RichTextAfterReadCustomHook = (
  args: Omit<FieldHookArgs<any, ValueType | null, any>, 'blockData' | 'siblingFields'>
) => Promise<ValueType | null> | ValueType | null

...or redeclare the types for AfterReadRichTextHookArgs, BaseRichTextHookArgs, and AfterReadRichTextHook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant