@gphone/sdk
    Preparing search index...

    Function useDevTools

    • OS Service Hook for the Developer Tools reveal.

      Returns { devToolsUnlocked: Writable<boolean>; lock: () => void; unlock: () => void }

      • devToolsUnlocked: Writable<boolean>

        Whether the Developer Tools group is currently revealed.

      • lock: () => void
      • unlock: () => void