Skip to content

Commit

Permalink
add okType to ConfirmModalProps
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel committed Nov 3, 2024
1 parent f555509 commit 14d142a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/modules/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ export interface ConfirmModalProps {
okText: string;
cancelText?: string;
title: string;
okType?: "danger";
}

export interface RuleErrorProps {
Expand Down

0 comments on commit 14d142a

Please sign in to comment.