UNPKG

@react-native-ohos/react-native-unistyles

Version:
8 lines (6 loc) 260 B
import type { UnistylesPlugin } from '../types' import { normalizeStyle } from '../normalizer' export const normalizeWebStylesPlugin: UnistylesPlugin = { name: '__unistylesNormalizeWebStyles', onParsedStyle: (_key, styles) => normalizeStyle(styles) }