//! Type aliases of all public kle-serial types using [`f64`] 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<f64>`]
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<f64>`]
pub type Keyboard = crateKeyboard;
/// Type alias of [`crate::KeyIterator<f64>`]
pub type KeyIterator = crateKeyIterator;