8 lines
241 B
TypeScript
8 lines
241 B
TypeScript
|
type AstroUserConfig = import('./dist/types/@types/astro').AstroUserConfig;
|
||
|
|
||
|
/**
|
||
|
* See the full Astro Configuration API Documentation
|
||
|
* https://astro.build/config
|
||
|
*/
|
||
|
export function defineConfig(config: AstroUserConfig): AstroUserConfig;
|