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

export const DEFAULT_FONT_VARIANT = [
  'tabular-nums',
] satisfies TextStyle['fontVariant'];
