dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
26 lines (25 loc) • 798 B
JavaScript
var p = Object.defineProperty, u = Object.defineProperties;
var f = Object.getOwnPropertyDescriptors;
var a = Object.getOwnPropertySymbols;
var i = Object.prototype.hasOwnProperty, m = Object.prototype.propertyIsEnumerable;
var o = (r, t, e) => t in r ? p(r, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[t] = e, s = (r, t) => {
for (var e in t || (t = {}))
i.call(t, e) && o(r, e, t[e]);
if (a)
for (var e of a(t))
m.call(t, e) && o(r, e, t[e]);
return r;
}, n = (r, t) => u(r, f(t));
import { property as b } from "./property.js";
/**
* @license
* Copyright 2017 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
function x(r) {
return b(n(s({}, r), { state: !0, attribute: !1 }));
}
export {
x as state
};
//# sourceMappingURL=state.js.map