Skip to content

Commit

Permalink
Export more solid-js types (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav authored Aug 8, 2023
1 parent 125d6ed commit 5ed448a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilled-badgers-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"solid-js": patch
---

Export `ContextProviderComponent`, `ResolvedChildren` and `ResolvedJSXElement` types
5 changes: 4 additions & 1 deletion packages/solid/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export {
$PROXY,
$TRACK,
batch,
catchError,
children,
createComputed,
createContext,
Expand All @@ -23,7 +24,6 @@ export {
on,
onCleanup,
onError,
catchError,
onMount,
runWithOwner,
startTransition,
Expand All @@ -36,6 +36,7 @@ export type {
AccessorArray,
ChildrenReturn,
Context,
ContextProviderComponent,
EffectFunction,
EffectOptions,
InitializedResource,
Expand All @@ -46,6 +47,8 @@ export type {
OnEffectFunction,
OnOptions,
Owner,
ResolvedChildren,
ResolvedJSXElement,
Resource,
ResourceActions,
ResourceFetcher,
Expand Down

0 comments on commit 5ed448a

Please sign in to comment.