Skip to content

Commit

Permalink
Expose Glide type (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdsgl authored Mar 9, 2024
1 parent 4d0f887 commit d67a7ec
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 @@ -10,3 +10,4 @@ export const withConfig = defaultClient.with.bind(defaultClient);

export { RowOf, AppManifest, ColumnType } from "./types";
export { type Table } from "./Table";
export { type Glide } from "./Glide";

0 comments on commit d67a7ec

Please sign in to comment.