//! Type aliases of all public kle-serial types using [`f32`] for any generic parameters
/// Type alias of [`crate::Color`]
pub type Color = crateColor;
/// Type alias of [`crate::Legend`]
pub type Legend = crateLegend;
/// Type alias of [`crate::Switch`]
pub type Switch = crateSwitch;
/// Type alias of [`crate::Key<f32>`]
pub type Key = crateKey;
/// Type alias of [`crate::Background`]
pub type Background = crateBackground;
/// Type alias of [`crate::Metadata`]
pub type Metadata = crateMetadata;
/// Type alias of [`crate::Keyboard<f32>`]
pub type Keyboard = crateKeyboard;
/// Type alias of [`crate::KeyIterator<f32>`]
pub type KeyIterator = crateKeyIterator;