芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/reginaeigbe.com/folder/admin/tmp/resources/js/Frontend/Components/Button/index.jsx
import React from "react"; import { Icon } from "@iconify/react"; import NavigationLink from "@/Components/NavigationLink"; export default function Button({ btnLink, btnText, variant, icon }) { return (
<>
{btnText}
{icon ? icon :
} >
); }