import 'regenerator-runtime/runtime' export { handleData } from './api/handle' export { updateData } from './api/handle' export { loadData } from './api/handle' export { uploadFiles } from './api/handle' export { config } from './api/handle' export { getStaticProps } from './props'