import { SDKPluginOptions } from '../utils'; export interface ListPagesComponentOptions 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; }