Files
gnommoplayer/public/glitch/glitch_lightlane/index.d.ts
T

6 lines
292 B
TypeScript
Raw Normal View History

2026-04-11 09:21:22 +02:00
import Component from './Component';
import { type GlitchComponentMetadata } from './types';
export default Component;
export declare const metadata: GlitchComponentMetadata;
export type { GlitchComponentProps, GlitchComponentConfig, GlitchComponentResult, GlitchHostBridge } from './types';