add border radius to public API

This commit is contained in:
wiiznokes 2023-07-27 04:27:19 +02:00
parent e5a054f270
commit a9b95f39dd

View file

@ -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;