UNPKG

@atlaskit/editor-plugin-date

Version:

Date plugin for @atlaskit/editor-core

4 lines (3 loc) 244 B
export { default as datePlugin } from './datePlugin'; export type { DatePlugin, DatePluginDependencies } from './datePluginType'; export type { DatePluginSharedState, DatePluginConfig, DatePluginOptions, DateType, InsertDate, } from './types';