UNPKG

outsystems-ui

Version:
12 lines (11 loc) 310 B
// eslint-disable-next-line @typescript-eslint/no-unused-vars namespace OSFramework.OSUI.Patterns.Gallery { /** * Defines the interface for OutSystemsUI Gallery Pattern * * @export * @interface IGallery * @extends {Interface.IPattern} */ export interface IGallery extends Interface.IPattern {} }