diff --git a/src/index.tsx b/src/index.tsx index adbdba4..0164a06 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -12,7 +12,10 @@ import { sizeProp, } from './constants'; -export {DIRECTION as ScrollDirection} from './constants'; +export { + DIRECTION as ScrollDirection, + ALIGNMENT as scrollAlignment, +} from './constants'; export type ItemPosition = 'absolute' | 'sticky';