9 lines
619 B
TypeScript
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
|