// eslint-disable-next-line @typescript-eslint/no-unused-vars
namespace OSFramework.OSUI.Interface {
	/**
	 * Defines the interface for objects that will be placed on absolute position and be opened/closed
	 *
	 * @export
	 * @interface IFloatable
	 */
	export interface IFloatable extends IOpenable {}
}
