UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

8 lines (7 loc) 324 B
'use client'; import { jsx as _jsx } from "react/jsx-runtime"; import { AlertContext } from "./AlertContext.js"; export const AlertContextProvider = ({ layout, view, children }) => { return _jsx(AlertContext.Provider, { value: { layout, view }, children: children }); }; //# sourceMappingURL=AlertContextProvider.js.map