import code from '@content/Components/InfiniteScroll/InfiniteScroll.vue?raw'; import type { CodeObject } from '../../../types/code'; export const infiniteScroll: CodeObject = { cli: `npx jsrepo add https://vue-bits.dev/ui/Components/InfiniteScroll`, installation: `npm install gsap`, usage: ` `, code };