Type Alias: Css
Css =
object
The type for the CSS property of a React component.
Properties
any?
optionalany:DeviceStyle
CSS styles for arbitrary device.
desktop?
optionaldesktop:DeviceStyle
CSS styles for desktop devices.
mobile?
optionalmobile:DeviceStyle
CSS styles for mobile devices.
tablet?
optionaltablet:DeviceStyle
CSS styles for tablet devices.