Type Alias: SizableStyleProps<T>
SizableStyleProps<
T
> =Partial
<Record
<StyledSizingKeys
,DimensionValue
|string
>> &Omit
<T
,StyledSizingKeys
>
Defined in: types/sizing.ts:73
Style props type that allows sizing values for dimension-related properties. Replaces standard dimension properties with enhanced sizing support.
Type Parameters
T
T