UNPKG

@progress/kendo-angular-dialog

Version:
12 lines (11 loc) 579 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * Represents the layout for the Dialog action buttons. * * Use the `ActionsLayout` type to set the alignment of action buttons in the Dialog. * */ export type ActionsLayout = 'start' | 'center' | 'end' | 'stretched';