UNPKG

@phantomstudios/ft-react-components

Version:

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

6 lines 198 B
interface Props { articleType: string; } declare const usePermutivePageEvent: ({ articleType }: Props) => void; export default usePermutivePageEvent; //# sourceMappingURL=PermutiveEvent.d.ts.map