UNPKG

@progress/kendo-angular-buttons

Version:
13 lines (12 loc) 630 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 possible fillMode options of the buttons. */ export type ButtonFillMode = 'solid' | 'flat' | 'outline' | 'link' | 'clear' | 'none'; /** * Represents the possible fillMode options of the Chip. */ export type ChipFillMode = 'solid' | 'outline' | 'none';