UNPKG

react-native-ui-lib

Version:

[![Build Status](https://travis-ci.org/wix/react-native-ui-lib.svg?branch=master)](https://travis-ci.org/wix/react-native-ui-lib) [![npm](https://img.shields.io/npm/v/react-native-ui-lib.svg)](https://www.npmjs.com/package/react-native-ui-lib) [![NPM Down

11 lines (10 loc) 286 B
export declare function extractComponentInfo(instance: any): { componentName: any; defaultProps: any; props: any; }; export declare function generateSnippet({ componentName, defaultProps, props }: { componentName: any; defaultProps: any; props: any; }): string;