UNPKG

@phantomstudios/ft-react-components

Version:

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

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