UNPKG

babel-plugin-wind

Version:

A plugin of babel to cherry-pick wind modules

7 lines (4 loc) 149 B
import React, { Component } from 'react'; import Table from '@aliwind/lib/table'; const MyComponent = () => <Table />; export default MyComponent;