UNPKG

@taiga-ui/legacy

Version:

Legacy Taiga UI entities from the previous major release to simplify migration

6 lines (5 loc) 264 B
import { type TuiSizeL, type TuiSizeS } from '@taiga-ui/core/types'; /** * @deprecated: drop in v5.0 */ export declare function tuiGetBorder(hasIcon: boolean, hasCleaner?: boolean, hasTooltip?: boolean, hasContent?: boolean, size?: TuiSizeL | TuiSizeS): number;