diff --git a/.changeset/tidy-foxes-build.md b/.changeset/tidy-foxes-build.md new file mode 100644 index 00000000..a450bc1d --- /dev/null +++ b/.changeset/tidy-foxes-build.md @@ -0,0 +1,5 @@ +--- +"@styleframe/plugin": patch +--- + +Publish the `@styleframe/plugin/types` entry point. diff --git a/tooling/plugin/src/types.ts b/tooling/plugin/src/types.ts new file mode 100644 index 00000000..b8e1c673 --- /dev/null +++ b/tooling/plugin/src/types.ts @@ -0,0 +1 @@ +export type * from "./plugin/types";