From 71403289c21f8fbd373660c4896c87b7cf402c53 Mon Sep 17 00:00:00 2001 From: Hein Date: Mon, 1 Dec 2025 12:20:13 +0200 Subject: [PATCH] Updated exports --- src/Gridler/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Gridler/index.ts b/src/Gridler/index.ts index a577297..0f56dbf 100644 --- a/src/Gridler/index.ts +++ b/src/Gridler/index.ts @@ -5,4 +5,6 @@ export * from './components/Column' export {type GridlerProps,type GridlerRef,type GridlerState, useGridlerStore } from './components/GridlerStore' export { GridlerRightMenuIcon } from './components/RightMenuIcon' export {Gridler} from './Gridler' -export * from './utils' \ No newline at end of file +export {GoAPIHeaders} from './utils' +export type {FetchAPIOperation} from './utils' +export type {APIOptions} from './utils/types' \ No newline at end of file