@silexlabs/grapesjs-advanced-selector
Version:
A GrapesJS plugin for managing advanced CSS selectors with a visual interface
18 lines • 597 B
TypeScript
import { Editor } from 'grapesjs';
import './components/complex-selector';
import './components/current-selector-display';
export type AdvancedSelectorOptions = {
i18n: {
[key: string]: string;
};
helpLinks: {
actionBar: string;
};
};
type CustomSelectorEventProps = {
container: HTMLElement;
};
export declare function initListeners(editor: Editor, options: AdvancedSelectorOptions): void;
export declare function initASM(editor: Editor, options: AdvancedSelectorOptions, props?: CustomSelectorEventProps): void;
export {};
//# sourceMappingURL=plugin.d.ts.map