UNPKG

runatics

Version:

A simple Google analyics component for Svelte Runes project

12 lines (11 loc) 283 B
interface Props { analyticsId: string; } /** * [Go to docs](https://runatics.codewithshin.com/) * ## Props * @props: analyticsId: any; */ declare const Runatics: import("svelte").Component<Props, {}, "">; type Runatics = ReturnType<typeof Runatics>; export default Runatics;