From 3ab9f0423e97af63da4bf6a13ffd786955bd5b3b Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 26 Oct 2023 21:55:55 +0200 Subject: refactor(hooks,providers): rewrite useAckee hook and AckeeProvider --- src/types/app.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/types/app.ts') diff --git a/src/types/app.ts b/src/types/app.ts index 93ba1db..565fe97 100644 --- a/src/types/app.ts +++ b/src/types/app.ts @@ -137,3 +137,5 @@ export type Position = 'bottom' | 'center' | 'left' | 'right' | 'top'; export type Spacing = '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | '3xl'; export type Validator = (value: unknown) => value is T; + +export type AckeeTrackerValue = 'full' | 'partial'; -- cgit v1.2.3