outsystems-ui
Version:
OutSystems UI Framework
11 lines (10 loc) • 305 B
text/typescript
// 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 {}
}