Skip to content

Commit d77b355

Browse files
committed
fix: add optional type property to ChoiceRenderProps
1 parent e056aa2 commit d77b355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ interface ChoiceRenderProps {
4848
isOpen: boolean,
4949
title?: string,
5050
options: Service.Option [],
51+
type?: string,
5152
cancelCaption: string,
5253
onConfirm: (option: Service.Option) => void,
5354
onCancel: () => void,

0 commit comments

Comments
 (0)