rn-shiki 0.0.37-1 → 0.0.37-2
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { RNTokenStyle } from 'src/utils/style-transformer'
|
2
1
|
import type { TokenType } from '../../types'
|
2
|
+
import type { RNTokenStyle } from '../../utils/style-transformer'
|
3
3
|
import React from 'react'
|
4
4
|
import { Platform, StyleSheet, Text, View } from 'react-native'
|
5
5
|
|