antd Button 封装
// 节流按钮, 使用 ahooks/useDebounceFn, 节流1秒
import { DebounceBtn } from "ynw/antd/Buttons";
<DebounceBtn />;
// 快捷图标, 带图标, 可设置 color 属性更换颜色
import { AntButton } from "ynw/antd/Buttons"; // 添加
import { EditButton } from "ynw/antd/Buttons"; // 编辑
import { DeleteButton } from "ynw/antd/Buttons"; // 删除
import { SubmitButton } from "ynw/antd/Buttons"; // 提交
import { CancelButton } from "ynw/antd/Buttons"; // 取消
import { BackButton } from "ynw/antd/Buttons"; // 返回
import { ButtonGroup } from "ynw/antd/Buttons"; // 按钮组合(添加,修改,删除)