fix: expose abstract numbering (#70)

main
bokuweb 2020-05-15 12:54:59 +09:00 committed by GitHub
parent d570df6813
commit 4c5350381c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -414,6 +414,7 @@ export * from "./text";
export * from "./comment";
export * from "./comment-end";
export * from "./numbering";
export * from "./abstract-numbering";
export * from "./bookmark-start";
export * from "./bookmark-end";
export * from "./break";