Updated exports

This commit is contained in:
Hein 2025-12-01 12:20:13 +02:00
parent 7025f316de
commit 71403289c2

View File

@ -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'
export {GoAPIHeaders} from './utils'
export type {FetchAPIOperation} from './utils'
export type {APIOptions} from './utils/types'