euv-docs 0.25.19

A VuePress-style documentation site generator powered by euv + euv-ui (Rust/WASM).
Documentation
1
2
3
4
5
6
7
8
use super::*;

/// Props of the [`docs_main`] and [`docs_doc_page`] components.
#[derive(Clone, Default)]
pub(crate) struct DocsPageProps {
    /// The current route signal.
    pub(crate) route_signal: Signal<String>,
}