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

export rsc util types #1536

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

wststone
Copy link

@wststone wststone commented May 9, 2024

When creating reusable streaming ui tools, sometimes we have to seperate them in different files/modules that are not used directly within the streamUI function but they loses their typings. It would be nice to explicitly add types to those functions.

@lgrammel lgrammel requested a review from shuding May 10, 2024 07:21
Copy link
Member

@shuding shuding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. I think you'll have to edit the index file as well, otherwise the types won't be accessible.

@wststone
Copy link
Author

Added those exports in index file

@@ -40,7 +40,7 @@ type RenderTool<PARAMETERS extends z.ZodTypeAny = any> = {
>;
};

type RenderText = Renderer<
export type RenderText = Renderer<
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shuding would renaming to TextRenderer make sense before exporting this?

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

Successfully merging this pull request may close these issues.

None yet

3 participants