dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
22 lines (21 loc) • 441 B
JavaScript
import { desc as c } from "./base.js";
/**
* @license
* Copyright 2017 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
function d(t, i) {
return (o, n, l) => {
const u = (s) => {
var r, e;
return (e = (r = s.renderRoot) == null ? void 0 : r.querySelector(t)) != null ? e : null;
};
return c(o, n, { get() {
return u(this);
} });
};
}
export {
d as query
};
//# sourceMappingURL=query.js.map