@kobalte/core
Version:
Unstyled components and primitives for building accessible web apps and design systems with SolidJS.
32 lines (27 loc) • 447 B
JSX
import {
Polymorphic
} from "./FLVHQV4A.jsx";
import {
__export
} from "./5WXHJDCZ.jsx";
// src/alert/index.tsx
var alert_exports = {};
__export(alert_exports, {
Alert: () => Alert,
Root: () => AlertRoot
});
// src/alert/alert-root.tsx
function AlertRoot(props) {
return <Polymorphic
as="div"
role="alert"
{...props}
/>;
}
// src/alert/index.tsx
var Alert = AlertRoot;
export {
AlertRoot,
Alert,
alert_exports
};