Skip to content

Commit 8a7843b

Browse files
committed
fix: export AlertSeverity type (#2)
1 parent b674031 commit 8a7843b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import { AlertRenderProps, ConfirmComponentHost, ConfirmRenderProps } from "./Component";
2-
import { ConfirmOptions, ConfirmService, Option } from "./Service";
2+
import { AlertSeverity, ConfirmOptions, ConfirmService, Option } from "./Service";
33

44
export {
55
ConfirmService,
66
ConfirmComponentHost,
77
};
88
export type {
9+
AlertSeverity,
910
ConfirmOptions,
1011
AlertRenderProps,
1112
ConfirmRenderProps,

0 commit comments

Comments
 (0)