export interface BackToTopProps {
    /**
     * Should the back to top button be displayed?
     */
    isActive: boolean;
}
