/** * All credit goes to Chance (Reach UI), Haz (Reakit) and (fluentui) * for creating the base type definitions upon which we improved on */ import React from 'react'; import { As, ComponentWithAs, PropsOf, RightJoinProps } from './types'; export default function forwardRef(component: React.ForwardRefRenderFunction, Props> & { as?: As; }>): ComponentWithAs; //# sourceMappingURL=forwardRef.d.ts.map