All files / nexshop-web-contents/src/constants effect-types.js

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1
1 2 3 4 5 61x          
export const EFFECT_TYPES = [
    {value: 'none', text: 'No Effect'},
    {value: 'fade', text: 'Fade'},
    {value: 'blind', text: 'Blind'},
    {value: 'slide', text: 'Slide'},
];