useleptos::prelude::*;/// Leading slot for icons, currency symbols, or units inside [`Input`](super::input::Input).
#[slot]pubstructInputPrefix{#[prop(default = true)]pubif_:bool,
pubchildren: Children,
}/// Trailing slot for units, actions, or affix text inside [`Input`](super::input::Input).
#[slot]pubstructInputSuffix{#[prop(default = true)]pubif_:bool,
pubchildren: Children,
}