Skip to content

Commit 4c795e1

Browse files
committed
fix: export ChooseOptions type (#3)
1 parent 3773c55 commit 4c795e1

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,12 +1,13 @@
11
import { AlertRenderProps, ConfirmComponentHost, ConfirmRenderProps } from "./Component";
2-
import { AlertSeverity, ConfirmOptions, ConfirmService, Option } from "./Service";
2+
import { AlertSeverity, ChooseOptions, ConfirmOptions, ConfirmService, Option } from "./Service";
33

44
export {
55
ConfirmService,
66
ConfirmComponentHost,
77
};
88
export type {
99
AlertSeverity,
10+
ChooseOptions,
1011
ConfirmOptions,
1112
AlertRenderProps,
1213
ConfirmRenderProps,

0 commit comments

Comments
 (0)