@progress/kendo-vue-buttons
Version:
18 lines (17 loc) • 760 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
/**
* Specifies the size of the Floating Action Button.
*
* The possible values are:
* * `small`—Applies half of the default padding, e.g. `8px`.
* * `medium` (Default)—Applies the default padding, e.g. `16px`.
* * `large`—Applies one and one half of the default padding, e.g. `24px`.
*
*/
export type FloatingActionButtonSize = 'small' | 'medium' | 'large';