UNPKG

outsystems-ui

Version:
8 lines (7 loc) 279 B
// eslint-disable-next-line @typescript-eslint/no-unused-vars namespace OSFramework.OSUI.Patterns.AnimatedLabel { /** * Defines the interface for OutSystemsUI AnimatedLabel Pattern */ export interface IAnimatedLabel extends Interface.IPattern, Interface.IRenderUpdate {} }