Type Alias: StyledNamedStyles<T>
StyledNamedStyles<
T
> = { [P in keyof T]: SizableStyleProps<ViewStyle> | SizableStyleProps<TextStyle> | SizableStyleProps<ImageStyle> }
Defined in: types/style.ts:9
Named styles object with enhanced sizing support for all style types. Allows using sizing values (dimensions, multipliers, calc expressions) in style definitions.
Type Parameters
T
T