UNPKG

babel-plugin-wind

Version:

A plugin of babel to cherry-pick wind modules

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