New source found from dndbeyond.com
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import React from "react";
|
||||
import React, { JSX, PropsWithChildren } from "react";
|
||||
|
||||
import { Button } from "@dndbeyond/character-components/es";
|
||||
|
||||
interface withBuilderProps {
|
||||
interface withBuilderProps extends PropsWithChildren {
|
||||
clsNames: Array<string>;
|
||||
}
|
||||
function withBuilderButton<P extends object, C>(
|
||||
|
||||
Reference in New Issue
Block a user