use crate::*;
/// A parameter definition in a parameterized class.
///
/// Each parameter has a name (identifier), an explicit type annotation,
/// and is used as a placeholder in CSS property values.
pub
/// A single class definition parsed from the `class!` macro.
///
/// Contains visibility, name, optional parameters, and style properties.
pub
/// The entire `class!` macro input, containing multiple class definitions.
pub