ForestAdmin/toolbelt

View on GitHub
src/renderers/defaults.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module.exports = {
  chars: {
    top: '',
    'top-mid': '',
    'top-left': '',
    'top-right': '',
    bottom: '',
    'bottom-mid': '',
    'bottom-left': '',
    'bottom-right': '',
    left: '',
    'left-mid': '',
    mid: '',
    'mid-mid': '',
    right: '',
    'right-mid': '',
    middle: '',
  },
};