We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf16c85 commit e6822c8Copy full SHA for e6822c8
1 file changed
src/common/index.ts
@@ -11,6 +11,7 @@ import { openInNewTab } from "./utils/openInNewTab";
11
import { reduceToText } from "./utils/reduceToText";
12
export type { DecodeOptions as DecodeHtmlEntitiesOptions } from "he";
13
export type { IntentTypes as IntentBaseTypes } from "./Intent";
14
+export { IntentBlueprint } from "./Intent";
15
16
export const utils = {
17
openInNewTab,
0 commit comments