// SPDX-License-Identifier: MPL-2.0
// SPDX-FileCopyrightText: 2026 FernTech
//! Window configuration.
//!
//! [`WindowConfig`], [`ModalConfig`], [`TeksiloWindowId`] all live in
//! [`teksilo_core::window`] — this module re-exports them so downstream
//! `use teksilo_app::WindowConfig` / `teksilo_app::TeksiloWindowId` imports
//! continue to work unchanged.
pub use SizeToContent;
pub use ;