UNPKG

208 BJavaScriptView Raw
1import PopperJs from 'popper.js';
2
3export default class Popper {
4 static placements = PopperJs.placements;
5
6 constructor() {
7 return {
8 destroy: () => {},
9 scheduleUpdate: () => {}
10 };
11 }
12}
\No newline at end of file