Skip to content

Commit

Permalink
Export types
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Sep 5, 2024
1 parent 3ef8eac commit 5858ba1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arches_references/src/arches_references/declarations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
// Module homepage on npmjs.com uses logos "TS" or "DT" to indicate if typed

import("@/arches/declarations.d.ts");

export * from "./api";
export * from "./constants";
export * from "./routes";
export * from "./types";
export * from "./utils";

0 comments on commit 5858ba1

Please sign in to comment.