full site update
This commit is contained in:
10
node_modules/astro/dist/assets/runtime.d.ts
generated
vendored
Normal file
10
node_modules/astro/dist/assets/runtime.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { ImageMetadata } from './types.js';
|
||||
export interface SvgComponentProps {
|
||||
meta: ImageMetadata;
|
||||
attributes: Record<string, string>;
|
||||
children: string;
|
||||
}
|
||||
export declare function createSvgComponent({ meta, attributes, children }: SvgComponentProps): import("../runtime/server/index.js").AstroComponentFactory & ImageMetadata;
|
||||
type SvgAttributes = Record<string, any>;
|
||||
export declare function dropAttributes(attributes: SvgAttributes): SvgAttributes;
|
||||
export {};
|
Reference in New Issue
Block a user