@frontify/fondue
Version:
Design system of Frontify
24 lines (23 loc) • 701 B
JavaScript
import { ListPlugin as e } from "../ListPlugin.es.js";
import { LIST_PLUGIN as t } from "../id.es.js";
import { UnorderedListButton as o } from "./UnorderedListButton.es.js";
import { UnorderedListMarkupElement as n } from "./UnorderedListMarkupElement.es.js";
import { UL_CLASSES as U, UnorderedListMarkupElementNode as f } from "./UnorderedListMarkupElement.es.js";
class u extends e {
constructor(r) {
super({
id: t,
button: o,
markupElement: new n(),
...r
});
}
}
export {
U as UL_CLASSES,
o as UnorderedListButton,
n as UnorderedListMarkupElement,
f as UnorderedListMarkupElementNode,
u as UnorderedListPlugin
};
//# sourceMappingURL=index.es.js.map