//! Line/Border aspects types
use ;
// Border
/// Border settings
/// - [BorderPart]
/// - [Color]
/// - [Radius]
pub type BorderStyle = ;
/// Radius (in px)
/// - [Size]
pub type Radius = Size;
/// Part of border
///
/// (Left, Top, Bottom, Right)
pub type BorderPart = ;