4 lines
258 B
TypeScript
4 lines
258 B
TypeScript
import type { SVGProps } from 'react';
|
|
declare const ForwardRef: import("react").ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & import("react").RefAttributes<SVGSVGElement>>;
|
|
export default ForwardRef;
|
|
//# sourceMappingURL=Facebook.d.ts.map
|