UNPKG

next-yandex-metrica-service

Version:
7 lines (6 loc) 154 B
import type React from 'react'; type Props = { tagId: number; }; declare const MetricaPixel: React.FunctionComponent<Props>; export { MetricaPixel };