Skip to content

API Reference / @gtkx/react / quit

Variable: quit

const quit: () => true

Defined in: react/dist/reconciler/render.d.ts:22

Unmounts all active render roots.

Returns

true

true once every root has been torn down.

Released under the MPL-2.0 License.