benefit-exchange
TypeScript icon, indicating that this package has built-in type declarations

0.0.2-alpha.0 • Public • Published

benefit-exchange

Install

$ npm install benefit-exchange --save

Usage

import MyComponent from 'benefit-exchange';

API

Props

name type default describe
name String '' describe

Function

name param return describe
name Object / describe

Example

import {createElement, Component, render} from 'rax';
import View from 'rax-view';

class App extends Component {
  render() {
    return (
      <View>
      	{ /* your code */ }
      </View>
    );
  }
}

render(<App />);

Readme

Keywords

Package Sidebar

Install

npm i benefit-exchange

Weekly Downloads

0

Version

0.0.2-alpha.0

License

none

Unpacked Size

1.64 kB

Total Files

3

Last publish

Collaborators

  • ye_arvin