Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface UseBackButtonReturn

    interface UseBackButtonReturn {
        hide: () => void;
        isVisible: boolean;
        onClick: (callback: () => void) => () => void;
        show: () => void;
    }
    Index

    Properties

    hide: () => void
    isVisible: boolean
    onClick: (callback: () => void) => () => void
    show: () => void