6 lines
134 B
Java
6 lines
134 B
Java
|
|
'use strict';
|
||
|
|
|
||
|
|
Object.defineProperty(exports, "__esModule", {
|
||
|
|
value: true
|
||
|
|
});
|
||
|
|
var PlaceMent = exports.PlaceMent = ['top', 'bottom'];
|