UNPKG

@gluestack-ui/utils

Version:

Utility functions and hooks for gluestack-ui

7 lines 387 B
export declare const attachEventHandlersOnRef: (props: any, ref: any) => void; export declare const getLabel: (props: any) => any; export * from './ariaToAccessibilityMap'; export { useId, useLayoutEffect, mergeIds, mergeProps, } from '@react-aria/utils'; export { SSRProvider, useIsSSR } from '@react-aria/ssr'; export declare const isRTL: () => any; //# sourceMappingURL=index.d.ts.map