Type Alias: WithStyledProps<T>
WithStyledProps<
T> =object&T
Defined in: types/style.ts:34
Component props type that adds optional styled props support. Allows components to accept styled props for enhanced styling capabilities.
Type Declaration
styled?
optionalstyled:StyledProps<Partial<T>>
Optional styled props for advanced styling with theme and responsive support
Type Parameters
T
T