UNPKG

outsystems-ui

Version:
11 lines (10 loc) 305 B
// 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 {} }