react-native-autocomplete-dropdown
Version:
Dropdown Item picker with search and autocomplete (typeahead) functionality for react native
8 lines • 381 B
TypeScript
import type { FC, ComponentType } from 'react';
import type { ViewProps } from 'react-native';
interface WithFadeAnimationProps {
containerStyle?: ViewProps['style'];
}
export declare const withFadeAnimation: <P extends object>(WrappedComponent: ComponentType<P>, { containerStyle }?: WithFadeAnimationProps) => FC<P>;
export {};
//# sourceMappingURL=withFadeAnimation.d.ts.map