UNPKG

babel-plugin-wind

Version:

A plugin of babel to cherry-pick wind modules

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