UNPKG

braid-design-system

Version:
12 lines (11 loc) 344 B
"use strict"; const jsxRuntime = require("react/jsx-runtime"); const lib_components_Alert_Alert_cjs = require("./Alert.cjs"); const Alert = ({ tone, ...restProps }) => /* @__PURE__ */ jsxRuntime.jsx( lib_components_Alert_Alert_cjs.Alert, { tone: typeof tone !== "boolean" ? tone : void 0, ...restProps } ); exports.Alert = Alert;