@vicinae/api
    Preparing search index...

    Function useNavigation

    • A React hook that lets you access methods to push and pop views on the navigation stack.

      Returns { pop: () => void; push: (node: ReactNode) => void }