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

feat: export goBack ts intetface #144

Merged
merged 1 commit into from
Aug 23, 2021
Merged

Conversation

Zaoei
Copy link
Contributor

@Zaoei Zaoei commented Aug 20, 2021

Exporting an ts Interface Definition

@Zaoei Zaoei requested a review from mumiao August 20, 2021 07:28
history?: boolean;
}
export interface GoBackButtonProps {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
export interface GoBackButtonProps {
export interface GoBackProps extends GoBack {
title?: string
}

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

@mumiao mumiao mentioned this pull request Aug 20, 2021
@Zaoei Zaoei linked an issue Aug 20, 2021 that may be closed by this pull request
@xigua-Jn xigua-Jn merged commit 37d1794 into DTStack:master Aug 23, 2021
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.

Export the TS interface of the Go Back component
3 participants