Skip to content
Snippets Groups Projects
Commit a7eb982f authored by Daniel Kurowski's avatar Daniel Kurowski
Browse files

Fixed exports

parent 081a6e70
No related branches found
No related tags found
1 merge request!8Resolve "Expose manual scrollTo*() methods to public API"
Pipeline #27197 passed
......@@ -7,7 +7,7 @@ import {scrollToOffset} from './scrollers/scrollToOffset';
import {scrollToTarget} from './scrollers/scrollToTarget';
import {HashTarget} from './HashTarget';
export interface SmoothScrollOptions {
interface SmoothScrollOptions {
readonly scrollOnLoad?: boolean;
readonly scrollOnLinkClick?: boolean;
}
......@@ -46,4 +46,8 @@ class SmoothScroll
}
}
export {
SmoothScrollOptions,
HashTarget,
};
export default SmoothScroll;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment