Spaces:
Sleeping
Sleeping
File size: 215 Bytes
cfbbc1a | 1 2 3 4 5 6 7 8 9 10 11 | "use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.forwardRef = void 0;
/**
* @publicApi
*/
const forwardRef = (fn) => ({
forwardRef: fn,
});
exports.forwardRef = forwardRef;
|