Skip to content

Commit c707a7b

Browse files
authored
Explicitly define the exports from react-stately/tag (#4106)
* Explicitly define the exports from react-stately/tag * remove extra newline
1 parent 86aa89b commit c707a7b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/@react-stately/tag/src/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@
1010
* governing permissions and limitations under the License.
1111
*/
1212

13-
export * from './useTagGroupState';
13+
export {useTagGroupState} from './useTagGroupState';
14+
15+
export type {TagGroupState} from './useTagGroupState';
16+
export type {TagGroupProps} from '@react-types/tag';

0 commit comments

Comments
 (0)