import * as API from "./api" import { authStore, notificationStore, routeStore, screenStore, bindingStore, builderStore, } from "./store" import { styleable } from "./utils/styleable" import { linkable } from "./utils/linkable" import DataProvider from "./components/DataProvider.svelte" export default { API, authStore, notifications: notificationStore, routeStore, screenStore, builderStore, styleable, linkable, DataProvider, setBindableValue: bindingStore.actions.setBindableValue, }