Skip to content

Commit

Permalink
feat(shared): expose more interfaces (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomosterlund committed Apr 30, 2024
1 parent 313da39 commit 5e9b6e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/shared/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import CalendarAppSingleton from './interfaces/calendar/calendar-app-singleton'
import type CalendarEvent from './interfaces/calendar/calendar-event.interface'
import type { CalendarEventInternal } from './interfaces/calendar/calendar-event.interface'
import type EventModalPlugin from './interfaces/event-modal/event-modal.plugin'

export type { CalendarConfigExternal } from './interfaces/calendar/calendar-config'
export type { CalendarEvent }
export type { CalendarEvent, EventModalPlugin, CalendarEventInternal }
export type { View, ViewConfig } from './types/calendar/view'
export type { CalendarAppSingleton }
export type { CustomComponentFns as CustomComponents } from './interfaces/calendar/custom-component-fns'
Expand Down

0 comments on commit 5e9b6e7

Please sign in to comment.