UNPKG

@phantomstudios/ft-react-components

Version:

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

8 lines 260 B
import React from "react"; interface Props { projectID: string; publicAPIKey: string; } declare const PermutiveSetup: ({ projectID, publicAPIKey }: Props) => React.JSX.Element; export default PermutiveSetup; //# sourceMappingURL=PermutiveSetup.d.ts.map