From 6e1268284145014f8e1cc64afbf9127e1ba1df31 Mon Sep 17 00:00:00 2001 From: PadowYT2 Date: Thu, 14 Dec 2023 19:24:47 +0300 Subject: [PATCH] Expose types at root --- src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.ts b/src/index.ts index 1527415..294fe60 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,2 +1,5 @@ export { default as cdn } from './util/cdn' export { default } from './api' +export { horizontal, vertical, default as Options } from './types/options' +export { Message, Notification, State } from './types/store' +export { default as Theme } from './types/theme'