UNPKG

@tsparticles/editor

Version:

tsParticles Configuration Editor

5 lines (4 loc) 265 B
import type { Container } from "@tsparticles/engine"; declare const changeHandler: (container: Container, callback?: (container: Container) => void) => Promise<void>; declare const editorChangedEvent = "editorChanged"; export { changeHandler, editorChangedEvent };