UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

7 lines (6 loc) 261 B
import type { ButtonSize } from "../../Button/index.js"; import type { InputControlSize } from "../types.js"; export declare const getActionButtonSizeAndIconSize: (textInputSize: InputControlSize) => { actionButtonSize: ButtonSize; iconSize: number; };