We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b4d6d commit 24bc737Copy full SHA for 24bc737
src/components/controls/VisitInput.tsx
@@ -114,4 +114,4 @@ const VisitInput: React.FC<VisitInputProps> = ({
114
};
115
116
export { VisitInput, VisitInputText };
117
-export type { Visit, VisitInputTextProps, VisitInputProps };
+export type { VisitInputTextProps, VisitInputProps };
src/index.ts
@@ -15,3 +15,6 @@ export * from "./themes/BaseTheme";
15
export * from "./themes/GenericTheme";
16
export * from "./themes/DiamondTheme";
17
export * from "./themes/ThemeProvider";
18
+
19
+// utils
20
+export * from "./utils/diamond";
0 commit comments