-
Notifications
You must be signed in to change notification settings - Fork 734
Modifiers - expose extractAccessibilityProps & extractComponentProps #1043
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ export { | |
} from './commons/new'; | ||
export * as Incubator from './incubator'; | ||
export * as Hooks from './hooks'; | ||
export * as Modifiers from './commons/modifiers'; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this is incorrect. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You can see the usage in the private lib's PR, it is as follows:
Is that not what you meant? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes.. it's actually correct. |
||
export {default as ActionBar, ActionBarProps} from './components/actionBar'; | ||
export {default as Avatar, AvatarPropTypes, AvatarProps} from './components/avatar'; | ||
export {default as Badge, BadgeProps} from './components/badge'; | ||
|
Uh oh!
There was an error while loading. Please reload this page.