astro-simpleanalytics-plugin
Version:
Use the Astro Simple Analytics Plugin to quickly integrate Simple Analytics in your Astro project with parameter control over several features.
8 lines (5 loc) • 332 B
text/typescript
// Do not write code directly here, instead use the `src` folder!
// Then, use this file to export everything you want your user to access.
// export * from './src/types';
export { default as SimpleAnalytics } from "./src/SimpleAnalytics.astro";
export { default as SimpleAnalyticsChart } from "./src/SimpleAnalyticsChart.astro";