@react-native-oh-tpl/flash-list
Version:
FlashList is a more performant FlatList replacement
19 lines • 768 B
TypeScript
import type { ViewProps, HostComponent } from "react-native";
import type { Int32, Double, DirectEventHandler } from "react-native/Libraries/Types/CodegenTypes";
export declare type BlankAreaEvent = Readonly<{
offsetStart: Int32;
offsetEnd: Int32;
}>;
export declare type onBlankAreaEvent = DirectEventHandler<BlankAreaEvent>;
interface NativeProps extends ViewProps {
horizontal?: boolean;
scrollOffset?: Double;
windowSize?: Double;
renderAheadOffset?: Double;
enableInstrumentation?: boolean;
disableAutoLayout?: boolean;
onBlankAreaEvent?: DirectEventHandler<BlankAreaEvent>;
}
declare const _default: HostComponent<NativeProps>;
export default _default;
//# sourceMappingURL=AutoLayoutNativeComponent.d.ts.map