export type Component = {
	id?: string;
	style?: string;
	key?: string;
	plugins?: string;
	toolbar?: string;
	images_upload_url?: string;
};

export type Events = {};
