UNPKG

tldraw

Version:

A tiny little drawing editor.

9 lines (8 loc) 256 B
import { jsx } from "react/jsx-runtime"; function TldrawUiButtonLabel({ children }) { return /* @__PURE__ */ jsx("span", { className: "tlui-button__label", children }); } export { TldrawUiButtonLabel }; //# sourceMappingURL=TldrawUiButtonLabel.mjs.map