Initial commit: New MoreminiMore website with fresh design
This commit is contained in:
11
node_modules/astro/dist/assets/runtime.d.ts
generated
vendored
Normal file
11
node_modules/astro/dist/assets/runtime.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { ImageMetadata } from './types.js';
|
||||
export interface SvgComponentProps {
|
||||
meta: ImageMetadata;
|
||||
attributes: Record<string, string>;
|
||||
children: string;
|
||||
styles: string[];
|
||||
}
|
||||
export declare function createSvgComponent({ meta, attributes, children, styles }: 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