Skip to content

Commit

Permalink
add okType to ConfirmModalProps (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel authored Nov 5, 2024
1 parent de8784e commit b520f5d
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?: string;
}

export interface RuleErrorProps {
Expand Down

0 comments on commit b520f5d

Please sign in to comment.