Skip to content

Commit

Permalink
feat(calendar): expose interfaces (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomosterlund committed Apr 20, 2024
1 parent e63b813 commit a00c950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/calendar/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
CalendarConfigExternal as CalendarConfig,
CustomComponentFn,
} from '@schedule-x/shared/src/interfaces/calendar/calendar-config'
import { CalendarEvent } from '@schedule-x/shared/src'
import CalendarApp from './calendar.app'
import { createPreactView } from './utils/stateful/preact-view/preact-view'
import {
Expand All @@ -15,7 +16,7 @@ import {
setRangeForDay,
} from './utils/stateless/time/range/set-range'

export type { CalendarConfig, CustomComponentFn }
export type { CalendarConfig, CustomComponentFn, CalendarEvent }

export {
createCalendar,
Expand Down

0 comments on commit a00c950

Please sign in to comment.