UNPKG

497 BTypeScriptView Raw
1export declare let getViewInfo: (element: any) => {
2 viewName: any;
3 /**
4 * RN uses viewConfig for components for storing different properties of the
5 * component(example:
6 * https://github.com/facebook/react-native/blob/main/packages/react-native/Libraries/Components/ScrollView/ScrollViewNativeComponent.js#L24).
7 * The name we're looking for is in the field named uiViewClassName.
8 */
9 viewTag: any;
10 viewConfig: any;
11};
12//# sourceMappingURL=getViewInfo.d.ts.map
\No newline at end of file