Procházet zdrojové kódy

export plugin stuff

Adam Shaw před 7 roky
rodič
revize
03ef28e589
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      src/exports.ts

+ 2 - 1
src/exports.ts

@@ -125,4 +125,5 @@ export { globalDefaults } from './options'
 
 export { registerRecurringType, ParsedRecurring } from './structs/recurring-event'
 
-export { createPlugin } from './plugin-system'
+export { createPlugin, PluginDef, PluginDefInput } from './plugin-system'
+export { reducerFunc, Action, CalendarState } from './reducers/types'