New source found from dndbeyond.com

This commit is contained in:
2025-07-16 01:00:16 -07:00
parent 151590af7a
commit f9f8dd0e7a
25 changed files with 886 additions and 1299 deletions
@@ -15,7 +15,7 @@ interface Props {
accept: () => void,
reject: () => void
) => void;
label?: string;
label?: React.ReactNode;
preventDefault: boolean;
stopPropagation: boolean;
isInteractive?: boolean;