@glodon-aiot/react-components
Version:
aiot react components
23 lines (22 loc) • 637 B
JavaScript
var a = Object.defineProperty;
var e = Object.getOwnPropertySymbols;
var n = Object.prototype.hasOwnProperty, s = Object.prototype.propertyIsEnumerable;
var i = (d, o, t) => o in d ? a(d, o, { enumerable: !0, configurable: !0, writable: !0, value: t }) : d[o] = t, r = (d, o) => {
for (var t in o || (o = {}))
n.call(o, t) && i(d, t, o[t]);
if (e)
for (var t of e(o))
s.call(o, t) && i(d, t, o[t]);
return d;
};
import { jsx as h } from "react/jsx-runtime";
const m = (d) => /* @__PURE__ */ h("video", r({
style: {
maxWidth: "100%",
width: 560,
height: 315
}
}, d)), c = m;
export {
c as default
};