UNPKG

@agnos-ui/core

Version:

Framework-agnostic headless component library.

11 lines (10 loc) 368 B
import { g as getCommonAlertDefaultConfig, c as createCommonAlert } from "./common-BqUjUBPy.js"; import { createWidgetFactory } from "./utils/widget.js"; function getAlertDefaultConfig() { return { ...getCommonAlertDefaultConfig() }; } const createAlert = createWidgetFactory("alert", createCommonAlert); export { createAlert as c, getAlertDefaultConfig as g };