UNPKG

babel-plugin-wind

Version:

A plugin of babel to cherry-pick wind modules

6 lines (4 loc) 147 B
import React, { Component } from 'react'; import * as wind from '@aliwind'; const MyComponent = () => <wind.Table />; export default MyComponent;