Skip to content

Commit

Permalink
Exports QueryRoot as public API.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgp1130 committed Aug 10, 2024
1 parent ca56bbb commit 4b037ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export { Dehydrated } from './dehydrated.js';
export { ElementAccessor } from './element-accessor.js';
export { ElementRef } from './element-ref.js';
export { type Queryable } from './queryable.js';
export { QueryRoot } from './query-root.js';
export { hydrate, isHydrated } from './hydration.js';

0 comments on commit 4b037ee

Please sign in to comment.