Skip to content

Commit 38c8b07

Browse files
refactor: hide irrelevant types (#40)
1 parent fe24f8b commit 38c8b07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export { createRoot } from "./renderer";
22

3-
export type { Root, RootOptions, ErrorHandler, ErrorInfo } from "./renderer";
3+
export type { Root, RootOptions } from "./renderer";
44
export type { HostElement, HostElementProps, HostNode } from "./host-element";
55
export type { JsonElement, JsonNode } from "./render-to-json";
66
export type { QueryOptions } from "./query-all";

0 commit comments

Comments
 (0)