UNPKG

@phantomstudios/ft-react-components

Version:

A collection of UI/utility React/NextJS components for Phantom FT sites

7 lines 197 B
import React from "react"; interface Props { src: string; } declare const TrackingPixel: ({ src }: Props) => React.JSX.Element; export default TrackingPixel; //# sourceMappingURL=index.d.ts.map