interface IParticlesState {
    init: boolean;
    library?: Container;
}

Properties

Properties

init: boolean
library?: Container