Files
dndbeyond_src/ddb_main/tools/js/smartComponents/legacy/Button/index.ts
T

7 lines
186 B
TypeScript

//Button and sub-buttons should be moved to common lib
import Button from "./Button";
import RemoveButton from "./RemoveButton";
export default Button;
export { Button, RemoveButton };