UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

7 lines (6 loc) 325 B
import { jsx as _jsx } from "react/jsx-runtime"; import { useStyleContext } from '../lib/react/StyleContextProvider.js'; export function UCAutoExecLoader() { const { autoExecLoader } = useStyleContext(); return (_jsx("div", { className: autoExecLoader?.className, style: autoExecLoader?.style, children: "..." })); }