first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { __assign } from "tslib";
import * as React from 'react';
import { useLink } from './useLink';
export var LinkBase = React.forwardRef(function (props, ref) {
var _a = useLink(props, ref), slots = _a.slots, slotProps = _a.slotProps;
return React.createElement(slots.root, __assign({}, slotProps.root));
});
LinkBase.displayName = 'LinkBase';
//# sourceMappingURL=Link.base.js.map