astro-ghostcms/.pnpm-store/v3/files/4b/5fb11ac327bac4ba11ad09b6c57...

10 lines
203 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
declare function plugin(options?: Partial<{ className: string; target: 'modern' | 'legacy' }>): {
handler: () => void
}
declare namespace plugin {
const __isOptionsFunction: true
}
export = plugin