Skip to content

Commit

Permalink
tabs api update
Browse files Browse the repository at this point in the history
  • Loading branch information
micahgodbolt committed Feb 7, 2022
1 parent 1dfd070 commit 0b8c83e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/react-tabs/etc/react-tabs.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,7 @@ export type TabListState = ComponentState<Required<TabListSlots>> & TabListConte
};

// @public
<<<<<<< HEAD
export type TabProps = ComponentProps<TabSlots> & TabCommonsUnstable;
=======
export type TabProps = ComponentProps<Partial<TabSlots>> & TabCommons;
>>>>>>> master
export type TabProps = ComponentProps<Partial<TabSlots>> & TabCommonsUnstable;

// @public (undocumented)
export type TabSlots = {
Expand Down

0 comments on commit 0b8c83e

Please sign in to comment.