@get-milano/react 2.1.0
    Preparing search index...

    Interface MilanoHostProps

    interface MilanoHostProps {
        builder: MilanoReactBuilder;
        failure?: (error: unknown) => ReactNode;
        loading?: ReactNode;
    }
    Index

    Stable across renders: a new builder rebuilds the view.

    failure?: (error: unknown) => ReactNode

    Shown when the build fails, with the typed error.

    loading?: ReactNode

    Shown while the document is validated and the state provider awaited.