Files
gnommoeditor/dist/glitch/glitch_assumption_toggle/Component.d.ts
T

3 lines
218 B
TypeScript
Raw Normal View History

2026-04-11 09:24:21 +02:00
import type { GlitchComponentProps } from './types';
export default function AssumptionToggle({ config, onComplete, onProgress, theme, className, host }: GlitchComponentProps): import("react/jsx-runtime").JSX.Element;