import { toPoint as i, toLngLat as f } from"../../../utils/converter.mjs";
functionr(t) {
const { position: o, offset: n, text: e } = t;
returnnew T.Label({
position: f(o),
offset: i(n),
text: e
});
}
export {
r as useInit
};
//# sourceMappingURL=init.mjs.map