UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

8 lines (7 loc) 334 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Text } from "../Text/index.js"; import { bAlert } from "./constants.js"; export const AlertTitle = ({ text, className }) => { return (_jsx(Text, { variant: "subheader-2", className: bAlert('title', className), children: text })); }; //# sourceMappingURL=AlertTitle.js.map