import type { Editor } from '@milkdown/kit/core' export type DefineFeature = ( editor: Editor, config?: Config ) => void