go-to-top-react
Version:
A lightweight and customizable React component that adds a 'Go to Top' button to your web application.
9 lines (8 loc) • 340 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.GoToTop = void 0;
const GoToTop_1 = __importDefault(require("./src/GoToTop"));
exports.GoToTop = GoToTop_1.default;