Type alias RefCell<T>

RefCell<T>: Cell<T | undefined>

A cell the value of which can be undefined.

Type Parameters

  • T