mirror of
https://github.com/docmost/docmost.git
synced 2026-08-30 18:36:26 +08:00
vendorize - wip
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
// MIT - https://github.com/curvenote/prosemirror-docx/
|
||||
export type { SectionConfig, SerializationState } from './types';
|
||||
export type {
|
||||
MarkSerializer,
|
||||
NodeSerializer,
|
||||
NodeSerializerAsync,
|
||||
Options,
|
||||
OptionsAsync,
|
||||
} from './serializer';
|
||||
|
||||
export {
|
||||
DocxSerializerStateAsync,
|
||||
DocxSerializerAsync,
|
||||
DocxSerializerState,
|
||||
DocxSerializer,
|
||||
MAX_IMAGE_WIDTH,
|
||||
} from './serializer';
|
||||
export {
|
||||
defaultDocxSerializer,
|
||||
defaultDocxSerializerAsync,
|
||||
defaultAsyncNodes,
|
||||
defaultNodes,
|
||||
defaultMarks,
|
||||
} from './schema';
|
||||
export { writeDocx, createDocFromState, buildDoc } from './utils';
|
||||
Reference in New Issue
Block a user