/** * Fired when block settings is closed */ export const BlockSettingsClosed = 'block-settings-closed'; /** * Payload that will be passed with the event */ export interface BlockSettingsClosedPayload { // No payload needed for this event }