Skip to content

Commit eb5da85

Browse files
committed
Export type BCC_CONTEXTS
1 parent 70f9b18 commit eb5da85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

design-library/src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ import type { Component, FunctionalComponent, RenderFunction, VNode } from "vue"
22

33
export type VueComponent = string | Component | FunctionalComponent | VNode | RenderFunction;
44

5+
export { BCC_CONTEXTS } from "@/composables/contexts";
6+
57
// Additional Types
68
export * from "./components/BccTabs/types";
79
export * from "./components/BccReact/types";

0 commit comments

Comments
 (0)