full site update
This commit is contained in:
5
node_modules/astro/dist/vite-plugin-astro/query.d.ts
generated
vendored
5
node_modules/astro/dist/vite-plugin-astro/query.d.ts
generated
vendored
@@ -1,4 +1,4 @@
|
||||
export interface AstroQuery {
|
||||
interface AstroQuery {
|
||||
astro?: boolean;
|
||||
src?: boolean;
|
||||
type?: 'script' | 'template' | 'style' | 'custom';
|
||||
@@ -6,8 +6,9 @@ export interface AstroQuery {
|
||||
lang?: string;
|
||||
raw?: boolean;
|
||||
}
|
||||
export interface ParsedRequestResult {
|
||||
interface ParsedRequestResult {
|
||||
filename: string;
|
||||
query: AstroQuery;
|
||||
}
|
||||
export declare function parseAstroRequest(id: string): ParsedRequestResult;
|
||||
export {};
|
||||
|
Reference in New Issue
Block a user