Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

GuiDevloper/nullstack-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nullstack Types

Nullstack

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.

Learn more about Nullstack

Read the documentation

How this project were used in the past

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';