guild-settings #35

Merged
sauceyred merged 42 commits from guild-settings into main 2025-07-13 02:26:37 +00:00
Showing only changes of commit 287a6415c9 - Show all commits

View file

@ -94,7 +94,7 @@ export interface DropdownOption {
export interface ModalProps {
title?: string,
heavy?: boolean,
obscure?: boolean,
onClose?: () => void,
onCancel?: () => void
}