-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Provide a general summary of the issue here
| export const Tab = /*#__PURE__*/ createLeafComponent(TabItemNode, (props: TabProps, forwardedRef: ForwardedRef<HTMLDivElement>, item: Node<unknown>) => { |
https://unpkg.com/react-aria-components@1.13.0/dist/types.d.ts
🤔 Expected Behavior?
/**
* A Tab provides a title for an individual item within a TabList.
*/
export const Tab: (props: TabProps & React.RefAttributes<HTMLDivElement>) => React.ReactElement | null;😯 Current Behavior
/**
* A Tab provides a title for an individual item within a TabList.
*/
export const Tab: (props: TabProps & React.RefAttributes<object>) => React.ReactElement | null;💁 Possible Solution
No response
🔦 Context
No response
🖥️ Steps to Reproduce
.
Version
1.13.0
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
macOS
🧢 Your Company/Team
No response
🕷 Tracking Issue
No response
Metadata
Metadata
Assignees
Labels
No labels