pankod/react-native-picker-modal-view

View on GitHub
src/Interfaces/IScrollToTopInDto.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface IScrollToTop {
    stickyBottomButton: boolean;

    goToUp: () => void;
}