Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions change/@nova-types-0d2cb15e-5fc0-4cd7-b7b6-27a19a149007.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Doc",
"packageName": "@nova/types",
"email": "pavelglac@gmail.com",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/nova-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

The Nova Facade is a set of interfaces that represent the core framework dependencies of a data-backed UI component in a large application. This allows high value components to be written in a host agnostic fashion and used within any host that implements the Nova contracts.

This Types package contains the core contracts and the sister package @nova/react provides a React specific implementation of the contexts etc required to make the host implementations accessible to the Nova component code.
This Types package contains the core contracts and the sister package `@nova/react provides` a React specific implementation of the contexts etc required to make the host implementations accessible to the Nova component code.
Loading