summaryrefslogtreecommitdiff
path: root/library/src/prelude.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/prelude.rs')
-rw-r--r--library/src/prelude.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/src/prelude.rs b/library/src/prelude.rs
index fc71e2c2..cb21a732 100644
--- a/library/src/prelude.rs
+++ b/library/src/prelude.rs
@@ -23,9 +23,9 @@ pub use typst::geom::*;
#[doc(no_inline)]
pub use typst::model::{
element, Behave, Behaviour, Construct, Content, ElemFunc, Element, Finalize, Fold,
- Introspector, Label, Locatable, LocatableSelector, Location, MetaElem, Resolve,
- Selector, Set, Show, StabilityProvider, StyleChain, StyleVec, Styles, Synthesize,
- Unlabellable, Vt,
+ Introspector, Label, Locatable, LocatableSelector, Location, MetaElem, PlainText,
+ Resolve, Selector, Set, Show, StabilityProvider, StyleChain, StyleVec, Styles,
+ Synthesize, Unlabellable, Vt,
};
#[doc(no_inline)]
pub use typst::syntax::{Span, Spanned};