feat: rename ModalProps heavy property to obscure
This commit is contained in:
parent
cf32b62ae7
commit
287a6415c9
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export interface DropdownOption {
|
||||||
|
|
||||||
export interface ModalProps {
|
export interface ModalProps {
|
||||||
title?: string,
|
title?: string,
|
||||||
heavy?: boolean,
|
obscure?: boolean,
|
||||||
onClose?: () => void,
|
onClose?: () => void,
|
||||||
onCancel?: () => void
|
onCancel?: () => void
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue