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

补充plugins types #103

Merged
merged 4 commits into from
Apr 16, 2021
Merged

补充plugins types #103

merged 4 commits into from
Apr 16, 2021

Conversation

evan-lin9
Copy link
Contributor

补充plugins types

@@ -59,13 +59,15 @@ type ConverterComboCtx = ConverterCtx & Partial<ActionResultComboCtx>;

// 渲染插件
export type RenderPluginFunction = (ctx: RenderCtx) => React.ReactElement;
export declare type DisabledFunction = (ctx: RenderCtx) => boolean
Copy link
Member

Choose a reason for hiding this comment

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

declare 可以删掉

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, 额外补充了一些types

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.

2 participants