Skip to content

Commit 24bc737

Browse files
Export diamond utils
1 parent 80b4d6d commit 24bc737

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/components/controls/VisitInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ const VisitInput: React.FC<VisitInputProps> = ({
114114
};
115115

116116
export { VisitInput, VisitInputText };
117-
export type { Visit, VisitInputTextProps, VisitInputProps };
117+
export type { VisitInputTextProps, VisitInputProps };

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ export * from "./themes/BaseTheme";
1515
export * from "./themes/GenericTheme";
1616
export * from "./themes/DiamondTheme";
1717
export * from "./themes/ThemeProvider";
18+
19+
// utils
20+
export * from "./utils/diamond";

0 commit comments

Comments
 (0)