Files
Fluxup_PAP/node_modules/expo-router/build/native-tabs/utils/bottomAccessory.d.ts
2026-03-10 16:18:05 +00:00

9 lines
619 B
TypeScript

import { type ReactElement } from 'react';
import type { TabAccessoryComponentFactory } from 'react-native-screens';
import type { NativeTabsBottomAccessoryProps } from '../common/elements';
/**
* Converts `<NativeTabs.BottomAccessory>` component into a function,
* which can be used by `react-native-screens` to render the accessory.
*/
export declare function useBottomAccessoryFunctionFromBottomAccessories(bottomAccessory: ReactElement<NativeTabsBottomAccessoryProps, string | React.JSXElementConstructor<any>> | undefined): TabAccessoryComponentFactory | undefined;
//# sourceMappingURL=bottomAccessory.d.ts.map