From bb78d96cf1f56500330b1d4550efdda36b9cb9ac Mon Sep 17 00:00:00 2001 From: Piotr Date: Mon, 29 Jan 2024 14:07:08 +0100 Subject: [PATCH] Export types --- src/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.d.ts b/src/index.d.ts index 2adc893..b50ffac 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -7,7 +7,7 @@ declare module 'react-number-easing' { // Referenced from @types/eases type TEaseTypes = 'backInOut' | 'backIn' | 'backOut' | 'bounceInOut' | 'bounceIn' | 'bounceOut' | 'circInOut' | 'circIn' | 'circOut' | 'cubicInOut' | 'cubicIn' | 'cubicOut' | 'elasticInOut' | 'elasticIn' | 'elasticOut' | 'expoInOut' | 'expoIn' | 'expoOut' | 'linear' | 'quadInOut' | 'quadIn' | 'quadOut' | 'quartInOut' | 'quartIn' | 'quartOut' | 'quintInOut' | 'quintIn' | 'quintOut' | 'sineInOut' | 'sineIn' | 'sineOut' - interface NumberEasingProps { + export interface NumberEasingProps { /** * The value that you want to display at the end of the animation. This is the target value. */