Skip to content

Commit

Permalink
Expose inline api
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaoumov committed Aug 17, 2024
1 parent 3c29f7c commit d07fb12
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
@@ -1,5 +1,6 @@
// Basic API type.
export type { DataviewApi } from "api/plugin-api";
export type { DataviewInlineApi, DataviewInlineIOApi } from "api/inline-api";

// Core Dataview types.
export type { DateTime, Duration } from "luxon";
Expand Down

0 comments on commit d07fb12

Please sign in to comment.