@carbon/react
Version:
React components for the Carbon Design System
26 lines (24 loc) • 850 B
JavaScript
/**
* Copyright IBM Corp. 2016, 2026
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
const require_runtime = require("../../_virtual/_rolldown/runtime.js");
const require_Button = require("../Button/Button.js");
let react = require("react");
react = require_runtime.__toESM(react);
let react_jsx_runtime = require("react/jsx-runtime");
//#region src/components/SecondaryButton/SecondaryButton.tsx
/**
* Copyright IBM Corp. 2016, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
const SecondaryButton = (props) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_Button.default, {
kind: "secondary",
...props
});
//#endregion
exports.default = SecondaryButton;