mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-25 20:05:42 +08:00
10 lines
135 B
JavaScript
10 lines
135 B
JavaScript
import Box from './components/Box/jss';
|
|
import View from './components/View/jss';
|
|
|
|
const api = {
|
|
Box,
|
|
View
|
|
};
|
|
|
|
export default api;
|