@yesstudio/nuxt-composables
    Preparing search index...

    Type Alias _RouteRecordProps<Name>Internal

    _RouteRecordProps:
        | boolean
        | Record<string, any>
        | ((to: RouteLocationNormalized<Name>) => Record<string, any>)

    Type Parameters