UNPKG

babel-plugin-wind

Version:

A plugin of babel to cherry-pick wind modules

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