UNPKG

babel-plugin-wind

Version:

A plugin of babel to cherry-pick wind modules

8 lines (5 loc) 120 B
import { Button as MyButton } from '@aliwind' const MyComponent = () => ( <MyButton /> ) export default MyComponent