export type Component = {
	id?: string;
	style?: string;

	clearurl?: string;
	viewurl?: string;
	align?: "left" | "right";
};

export type Events = {};
