UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

11 lines 326 B
import { jsx as _jsx } from "preact/jsx-runtime"; const Separator = () => { return (_jsx("div", { style: { width: "60%", height: 2, background: "rgba(255, 255, 255, 0.1)", margin: 12 } })); }; export default Separator; //# sourceMappingURL=Separator.js.map