import { SDKPluginOptions } from '../utils'; export interface lightGalleryComponentOptions extends SDKPluginOptions { /** * Block options for the component. See https://grapesjs.com/docs/api/block.html#properties for more information. * @example * { category: 'Extra', label: 'My label' } */ block?: object | false; /** * This plugin includes a commercial license when used within the Studio SDK. * If you're using it outside the SDK (core GrapesJS) in a commercial project, you must obtain a valid license separately. * Learn more about the lightGallery license key here: https://www.lightgalleryjs.com/license/ */ lgLicenseKey?: string; /** * SVG toolbar button icon for opening the gallery. * You can pass an empty string to avoid adding the toolbar button. * @example * '