import type { ViewStyle } from 'react-native';

// A pointer cursor only applies on the web (see the `.web` counterpart); other
// platforms contribute nothing.
export const pointerStyle: ViewStyle = {};
