Katochimoto/xblocks

View on GitHub
src/constants/select.js

Summary

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

export default {
    MENU: Symbol('select-menu'),
    SELECTED: Symbol('select-selected')
};