UNPKG

koval-ui

Version:

React components collection with minimalistic design. Supports theming, layout, and input validation.

11 lines (10 loc) 246 B
"use client"; import { useNotificationContext as e } from "./NotificationContext.js"; const s = (t) => { const { state: o } = e(); return o.props[t]; }; export { s as useNotificationProps }; //# sourceMappingURL=useNotificationProps.js.map