Skip to content

Export un-exported types in TextField #2824

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

Merged
merged 3 commits into from
Dec 6, 2023
Merged

Conversation

tomergroisman
Copy link
Contributor

Description

Export un-exported types in textField: ValidationMessagePositionType and MandatoryIndication

Changelog

Export this two TextField types

@@ -28,7 +28,7 @@ export enum ValidationMessagePosition {
BOTTOM = 'bottom'
}

type ValidationMessagePositionType = `${ValidationMessagePosition}` | ValidationMessagePosition;
export type ValidationMessagePositionType = `${ValidationMessagePosition}` | ValidationMessagePosition;
Copy link
Collaborator

Choose a reason for hiding this comment

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

That's not enough to export them just here
You will also need to export them in the main TextField file and then also in the src/index

@ethanshar ethanshar enabled auto-merge (squash) December 6, 2023 14:12
@ethanshar ethanshar merged commit f607f15 into master Dec 6, 2023
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