UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

8 lines (7 loc) 440 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MAX_PRELOAD_OFFSET_VIEWPORT = exports.MIN_PRELOAD_OFFSET_VIEWPORT = exports.DEFAULT_PRELOAD_OFFSET_VIEWPORT = void 0; /** if you want to preload a component even if it's 100px below the viewport **/ exports.DEFAULT_PRELOAD_OFFSET_VIEWPORT = [600, 600]; exports.MIN_PRELOAD_OFFSET_VIEWPORT = [200, 200]; exports.MAX_PRELOAD_OFFSET_VIEWPORT = [1600, 1600];