@frontify/fondue
Version:
Design system of Frontify
27 lines (26 loc) • 638 B
JavaScript
import { createPluginFactory as r } from "@udecode/plate-core";
import { Plugin as e } from "../Plugin.es.js";
import { ResetFormattingButton as o } from "./ResetFormattingButton/index.es.js";
import { ELEMENT_RESET_FORMATTING as n, RESET_FORMATTING_PLUGIN as i } from "./id.es.js";
const m = r({
key: n,
isElement: !1
});
class E extends e {
constructor(t) {
super(i, {
button: o,
...t
});
}
plugins() {
return [m()];
}
}
export {
n as ELEMENT_RESET_FORMATTING,
i as RESET_FORMATTING_PLUGIN,
E as ResetFormattingPlugin,
m as createResetFormattingPlugin
};
//# sourceMappingURL=index.es.js.map