Type of props that has an optional style prop of the React CSS properties type. For example: {name: string; style?: CSSProperties}.
style
{name: string; style?: CSSProperties}
Optional
Type of props that has an optional
style
prop of the React CSS properties type. For example:{name: string; style?: CSSProperties}
.