Katochimoto/xblocks

View on GitHub
src/constants/popup.js

Summary

Maintainability
A
0 mins
Test Coverage
import Symbol from 'es6-symbol';

export default {
    OPTIONS: Symbol('popup-options'),
    CORE: Symbol('popup-core'),
    POPUP: Symbol('popup-popup')
};