Skip to content

Commit 10f1840

Browse files
committed
Export more public API: Face and blend
1 parent 596ca8a commit 10f1840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StyledStrings.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ using Base.ScopedValues: ScopedValue, with, @with
88
# While these are imported from Base, we claim them as part of the `StyledStrings` API.
99
export AnnotatedString, AnnotatedChar, AnnotatedIOBuffer, annotations, annotate!, annotatedstring
1010

11-
export @styled_str
12-
public Face, addface!, withfaces, styled, SimpleColor, blend
11+
export @styled_str, Face, blend
12+
public addface!, withfaces, styled, SimpleColor
1313

1414
include("faces.jl")
1515
include("io.jl")

0 commit comments

Comments
 (0)