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

Components: add steps components #132

Closed
wants to merge 1 commit into from
Closed

Components: add steps components #132

wants to merge 1 commit into from

Conversation

yaob421123
Copy link
Member

No description provided.

@jaywcjlove
Copy link
Member

@yaob421123 迁移到 master 分支,已经可以运行了。

Copy link
Member

@jaywcjlove jaywcjlove left a comment

Choose a reason for hiding this comment

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

@yaob421123 迁移到 master 分支,已经可以运行了。

} = props;

const onStepsPress = () => {
onChange?.(current);
Copy link
Member

Choose a reason for hiding this comment

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

这句是个错误!
@yaob421123

@@ -28,6 +28,7 @@ export {default as SwipeAction} from './SwipeAction';
export {default as Input} from './Input';
export {default as SelectCascader} from './SelectCascader';
export {default as ExpandableSection} from './ExpandableSection';
export {default as Steps} from './Steps';
Copy link
Member

Choose a reason for hiding this comment

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

@yaob421123 需要导出类型

export * from './Steps';

@jaywcjlove
Copy link
Member

#140

@jaywcjlove jaywcjlove closed this Aug 6, 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.

2 participants