yarn build:lib

This commit is contained in:
metonym 2022-01-14 08:38:27 -10:00
commit 07714fb543
3 changed files with 25 additions and 24 deletions

View file

@ -78,7 +78,8 @@ export interface ModalProps
primaryButtonDisabled?: boolean;
/**
* Set to `true` for the primary button to be triggered when pressing "Enter"
* Set to `true` for the "submit" and "click:button--primary" events
* to be dispatched when pressing "Enter"
* @default true
*/
shouldSubmitOnEnter?: boolean;