docx-rs/docx-core/src/documents/elements/mod.rs

6 lines
103 B
Rust
Raw Normal View History

2019-11-06 07:55:14 +02:00
mod doc_defaults;
mod run_property_default;
pub use doc_defaults::*;
pub use run_property_default::*;