Typing files including framework docs and some examples of uses (e.g. Context in Nullstack).
❗ Nullstack framework already absorbed those types, so currently this package is only kept for historical purposes.
A example project using it from Nullstack: nullstack-tsx-example.
Installing it:
npm install nullstack-types -D
To make the editor absorb it inside TS files put a reference on top of them:
/// <reference types="nullstack-types"/>
// all types can be imported too!
import type { NullstackClientContext } from 'nullstack-types';