Skip to content

Commit

Permalink
Types-bundler: Update readme (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackw authored Oct 3, 2024
1 parent 9173115 commit dd55c3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugin-types-bundler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
`@grafana/plugin-types-bundler` is a cli tool that can be used to bundle types from the source code of a Grafana plugin. This single file will wrap all the types up into a single d.ts file which can then be shared with other Grafana plugins.

It is recommended that you create a separate `.ts` file that exports only the types you want to expose rather than run this tool against the plugins `module.{ts,tsx}` file.

## Install

```
Expand Down

0 comments on commit dd55c3f

Please sign in to comment.