sdk(astro,nextjs): add astro sdk and ensure window.op always first on nextjs
This commit is contained in:
7
packages/sdks/astro/env.d.ts
vendored
Normal file
7
packages/sdks/astro/env.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare module '*.astro' {
|
||||
import type { AstroComponentFactory } from 'astro';
|
||||
const component: AstroComponentFactory;
|
||||
export default component;
|
||||
}
|
||||
|
||||
/// <reference types="astro/client" />
|
||||
Reference in New Issue
Block a user