UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

7 lines (6 loc) 268 B
import { jsx as _jsx } from "react/jsx-runtime"; import { bAlert } from "./constants.js"; export const AlertTitle = ({ text, className }) => { return _jsx("div", { className: bAlert('title', className), children: text }); }; //# sourceMappingURL=AlertTitle.js.map