Skip to content

Commit

Permalink
Update component.d.ts by removing customClass prop (buefy#3448)
Browse files Browse the repository at this point in the history
As @jtommy mentioned in buefy#3439 (comment),  there is not `customClass` property of Dialog. The type declaration has been fixed by removing `customClass` prop from the type declaration of the Dialog's configuration.
  • Loading branch information
myteril authored Aug 6, 2021
1 parent c3fef39 commit 0cd8b58
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions types/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,6 @@ export declare type BDialogConfig = {
* Improve accessiblity when enabled.
*/
ariaModal?: boolean;

/**
* CSS classes to be applied on modal
*/
customClass?: string;
}
type BPromptDialogConfig = BDialogConfig & {
/**
Expand Down

0 comments on commit 0cd8b58

Please sign in to comment.