UNPKG
@tsparticles/editor
Version:
latest (3.1.1)
3.1.1
3.1.0
3.0.0
tsParticles Configuration Editor
particles.js.org
tsparticles/editor
@tsparticles/editor
/
types
/
index.d.ts
4 lines
(3 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
import
type
{
Container
}
from
"@tsparticles/engine"
;
import
{
ParticlesEditor
}
from
"./ParticlesEditor"
;
export
declare
function
showEditor
(
container
:
Container
):
ParticlesEditor
;