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