export { default as datePlugin } from './datePlugin';
export type { DatePlugin, DatePluginDependencies } from './datePluginType';
export type { DatePluginSharedState, DatePluginConfig, DatePluginOptions, DateType, InsertDate, } from './types';
