@hmiproject/helio-sdk
    Preparing search index...

    Type Alias RenderChildRoutesProps

    type RenderChildRoutesProps = {
        defaultRoute?: ReactNode;
        instances: InstanceRefListSchema;
    }
    Index

    Properties

    defaultRoute?: ReactNode