New source found from dndbeyond.com
This commit is contained in:
@@ -15,7 +15,7 @@ interface Props {
|
||||
accept: () => void,
|
||||
reject: () => void
|
||||
) => void;
|
||||
label?: string;
|
||||
label?: React.ReactNode;
|
||||
preventDefault: boolean;
|
||||
stopPropagation: boolean;
|
||||
isInteractive?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user