From 6182c18824d6af0e78dd0e754252e72f79c3c875 Mon Sep 17 00:00:00 2001 From: dv4mp1r3 Date: Wed, 16 Mar 2022 20:52:33 +0300 Subject: [PATCH] import direction type --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 0c650cc..72d9e5d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -18,6 +18,7 @@ import { PanOrientation, yAxisOrientation, ScrollPanOrientation, + ScrollPanDirection, AxisOption, SvgElParams, } from './types';