We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86aa89b commit c707a7bCopy full SHA for c707a7b
packages/@react-stately/tag/src/index.ts
@@ -10,4 +10,7 @@
10
* governing permissions and limitations under the License.
11
*/
12
13
-export * from './useTagGroupState';
+export {useTagGroupState} from './useTagGroupState';
14
+
15
+export type {TagGroupState} from './useTagGroupState';
16
+export type {TagGroupProps} from '@react-types/tag';
0 commit comments