Skip to content

Commit

Permalink
Explicitly define the exports from react-stately/tag (#4106)
Browse files Browse the repository at this point in the history
* Explicitly define the exports from react-stately/tag

* remove extra newline
  • Loading branch information
LFDanLu authored Feb 23, 2023
1 parent 86aa89b commit c707a7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/@react-stately/tag/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
* governing permissions and limitations under the License.
*/

export * from './useTagGroupState';
export {useTagGroupState} from './useTagGroupState';

export type {TagGroupState} from './useTagGroupState';
export type {TagGroupProps} from '@react-types/tag';

1 comment on commit c707a7b

@rspbot
Copy link

@rspbot rspbot commented on c707a7b Feb 23, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.