@frontify/fondue
Version:
Design system of Frontify
17 lines (16 loc) • 399 B
JavaScript
import { AlignPlugin as n } from "../AlignPlugin.es.js";
import { AlignRightButton as i } from "./AlignRightButton.es.js";
import { AlignRightMarkupElement as r } from "./AlignRightMarkupElement.es.js";
class m extends n {
constructor(t) {
super({
button: i,
markupElement: new r(),
...t
});
}
}
export {
m as AlignRightPlugin
};
//# sourceMappingURL=index.es.js.map