useleptos::prelude::*;/// Optional header region — typically a Fixed or Sticky [`AppBar`](crate::AppBar).
#[slot]pubstructLayoutHeader{pubchildren: Children,
}/// Side navigation or utility column.
#[slot]pubstructLayoutSidebar{pubchildren: Children,
}/// Primary scrollable content region.
#[slot]pubstructLayoutMain{pubchildren: Children,
}