UNPKG

babel-plugin-wind

Version:

A plugin of babel to cherry-pick wind modules

10 lines (7 loc) 135 B
import { Icon, Button } from '@aliwind' const MyComponent = () => ( <Button> <Icon /> </Button> ) export default MyComponent