add border radius to public API
This commit is contained in:
parent
e5a054f270
commit
a9b95f39dd
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ pub use crate::core::event;
|
||||||
pub use crate::core::gradient;
|
pub use crate::core::gradient;
|
||||||
pub use crate::core::{
|
pub use crate::core::{
|
||||||
color, Alignment, Background, Color, ContentFit, Degrees, Gradient, Length,
|
color, Alignment, Background, Color, ContentFit, Degrees, Gradient, Length,
|
||||||
Padding, Pixels, Point, Radians, Rectangle, Size, Vector,
|
Padding, Pixels, Point, Radians, Rectangle, Size, Vector, BorderRadius
|
||||||
};
|
};
|
||||||
pub use crate::runtime::Command;
|
pub use crate::runtime::Command;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue