UNPKG

81 BJavaScriptView Raw
1export const POSITION = {
2 START: 'start',
3 MIDDLE: 'middle',
4 END: 'end',
5};