79163323

Date: 2024-11-06 15:56:52
Score: 1
Natty:
Report link

For React Native, I use ViewProps['style']

E.g.:

export type MyComponentProps = {
  style?: ViewProps['style'];
  ...
};
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Samueljh1