UNPKG

babel-plugin-wind

Version:

A plugin of babel to cherry-pick wind modules

16 lines (13 loc) 203 B
import { Button as MyButton, Icon as MyIcon, Alert } from '@aliwind' const MyComponent = () => ( <Alert> <MyButton> <MyIcon /> </MyButton> </Alert> ) export default MyComponent