numbering: add support to define suffix for numbering level

This commit is contained in:
Igor Bulovski
2018-07-06 18:54:30 +02:00
parent c95e765456
commit a05abd0eea
2 changed files with 23 additions and 0 deletions

View File

@ -1,2 +1,3 @@
export * from "./numbering";
export * from "./abstract-numbering";
export * from "./level";