UNPKG

@ryusei/code

Version:

<div align="center"> <a href="https://code.ryuseijs.com"> <img alt="RyuseiCode" src="https://code.ryuseijs.com/images/svg/logo.svg" width="70"> </a>

14 lines 384 B
/** * Debounce duration for invoking the `scrollEnd()`. * This must not be less than the native scroll interval. * * @since 0.1.0 */ export declare const SCROLL_END_DEBOUNCE_DURATION = 60; /** * The number of lines for margin. * * @since 0.1.0 */ export declare const MARGIN_LINES = 10; //# sourceMappingURL=../../../../src/js/components/Chunk/constants.d.ts.map