import * as tui from "https://deno.land/x/tui@2.1.11/src/signals/types.ts";
Interfaces
Element which relies on dependencies to function | |
Element which can be a root Signal, doesn't need to depend on anything | |
Element which relies on dependencies to function and updates either after specified interval or when flusher gets flushed | |
Type describing function that gets called each time signal changes |