UNPKG

babel-plugin-wind

Version:

A plugin of babel to cherry-pick wind modules

6 lines (3 loc) 110 B
import Button from "@aliwind/lib/button"; const MyComponent = () => <Button />; export default MyComponent;