import { SeismographConfig } from "./seismographconfig.mjs"; import type { Selection } from "d3-selection"; export declare function createEditor(div: Selection, config: SeismographConfig, onChange: () => void): void; export type SEL_DIV_SPAN = Selection | Selection; export declare const configEditor_css = "\ninput[type=\"text\"].smallconfigtext {\n width: 7em;\n}\n\ninput[type=\"number\"].smallconfigtext {\n width: 7em;\n}\n\ninput[type=\"text\"].bigconfigtext {\n width: 27em;\n}\n"; //# sourceMappingURL=seismographconfigeditor.d.mts.map