UNPKG

115 BPlain TextView Raw
1/**
2 * 导出所有组件
3 */
4import Button from './components/button'
5
6export default [Button]
7
8export { Button }