interface EffectMap {
    border: typeof BorderEffect;
    borderBottom: typeof BorderBottomEffect;
    borderLeft: typeof BorderLeftEffect;
    borderRight: typeof BorderRightEffect;
    borderTop: typeof BorderTopEffect;
    fadeOut: typeof FadeOutEffect;
    glitch: typeof GlitchEffect;
    grayscale: typeof GrayscaleEffect;
    holePunch: typeof HolePunchEffect;
    linearGradient: typeof LinearGradientEffect;
    radialGradient: typeof RadialGradientEffect;
    radialProgress: typeof RadialProgressEffect;
    radius: typeof RadiusEffect;
}

Properties

border: typeof BorderEffect
borderBottom: typeof BorderBottomEffect
borderLeft: typeof BorderLeftEffect
borderRight: typeof BorderRightEffect
borderTop: typeof BorderTopEffect
fadeOut: typeof FadeOutEffect
glitch: typeof GlitchEffect
grayscale: typeof GrayscaleEffect
holePunch: typeof HolePunchEffect
linearGradient: typeof LinearGradientEffect
radialGradient: typeof RadialGradientEffect
radialProgress: typeof RadialProgressEffect
radius: typeof RadiusEffect