mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 12:15:37 +08:00
Rename Style to DangerouslyImpreciseStyle
Reviewed By: yungsters Differential Revision: D7190268 fbshipit-source-id: d652a95be7550d65cfbfc59f41d7bda92915bacf
This commit is contained in:
committed by
Facebook Github Bot
parent
5b32358c9e
commit
4895c645ea
@@ -20,14 +20,14 @@ const flatten = require('flattenStyle');
|
||||
import type {
|
||||
____StyleSheetInternalStyleIdentifier_Internal as StyleSheetInternalStyleIdentifier,
|
||||
____Styles_Internal,
|
||||
____StyleObj_Internal,
|
||||
____DangerouslyImpreciseStyleProp_Internal,
|
||||
____ViewStyleProp_Internal,
|
||||
____TextStyleProp_Internal,
|
||||
____ImageStyleProp_Internal,
|
||||
LayoutStyle,
|
||||
} from 'StyleSheetTypes';
|
||||
|
||||
export type DangerouslyImpreciseStyleProp = ____StyleObj_Internal;
|
||||
export type DangerouslyImpreciseStyleProp = ____DangerouslyImpreciseStyleProp_Internal;
|
||||
export type ViewStyleProp = ____ViewStyleProp_Internal;
|
||||
export type TextStyleProp = ____TextStyleProp_Internal;
|
||||
export type ImageStyleProp = ____ImageStyleProp_Internal;
|
||||
|
||||
Reference in New Issue
Block a user