@frontify/fondue
Version:
Design system of Frontify
18 lines (17 loc) • 354 B
JavaScript
import { createSoftBreakPlugin as o } from "@udecode/plate-break";
import { Plugin as t } from "../Plugin.es.js";
import { SOFT_BREAK_PLUGIN as e } from "./id.es.js";
class p extends t {
constructor(r) {
super(e, {
...r
});
}
plugins() {
return [o()];
}
}
export {
p as SoftBreakPlugin
};
//# sourceMappingURL=index.es.js.map