UNPKG

2.41 kBPlain TextView Raw
1/*
2 * Copyright 2020 Adobe. All rights reserved.
3 * This file is licensed to you under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License. You may obtain a copy
5 * of the License at http://www.apache.org/licenses/LICENSE-2.0
6 *
7 * Unless required by applicable law or agreed to in writing, software distributed under
8 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
9 * OF ANY KIND, either express or implied. See the License for the specific language
10 * governing permissions and limitations under the License.
11 */
12export {useId, mergeIds, useSlotId} from './useId';
13export {chain} from './chain';
14export {getOwnerDocument, getOwnerWindow} from './domHelpers';
15export {mergeProps} from './mergeProps';
16export {mergeRefs} from './mergeRefs';
17export {filterDOMProps} from './filterDOMProps';
18export {focusWithoutScrolling} from './focusWithoutScrolling';
19export {getOffset} from './getOffset';
20export {openLink, getSyntheticLinkProps, useSyntheticLinkProps, RouterProvider, shouldClientNavigate, useRouter, useLinkProps} from './openLink';
21export {runAfterTransition} from './runAfterTransition';
22export {useDrag1D} from './useDrag1D';
23export {useGlobalListeners} from './useGlobalListeners';
24export {useLabels} from './useLabels';
25export {useObjectRef} from './useObjectRef';
26export {useUpdateEffect} from './useUpdateEffect';
27export {useLayoutEffect} from './useLayoutEffect';
28export {useResizeObserver} from './useResizeObserver';
29export {useSyncRef} from './useSyncRef';
30export {getScrollParent} from './getScrollParent';
31export {getScrollParents} from './getScrollParents';
32export {isScrollable} from './isScrollable';
33export {useViewportSize} from './useViewportSize';
34export {useDescription} from './useDescription';
35export {isMac, isIPhone, isIPad, isIOS, isAppleDevice, isWebKit, isChrome, isAndroid, isFirefox} from './platform';
36export {useEvent} from './useEvent';
37export {useValueEffect} from './useValueEffect';
38export {scrollIntoView, scrollIntoViewport} from './scrollIntoView';
39export {clamp, snapValueToStep} from '@react-stately/utils';
40export {isVirtualClick, isVirtualPointerEvent} from './isVirtualEvent';
41export {useEffectEvent} from './useEffectEvent';
42export {useDeepMemo} from './useDeepMemo';
43export {useFormReset} from './useFormReset';
44export {useLoadMore} from './useLoadMore';