Files
opencode/packages/app/src/index.ts
T

20 lines
763 B
TypeScript

export { AppBaseProviders, AppInterface } from "./app"
export { DialogLocalServer } from "./components/dialog-local-server"
export { ACCEPTED_FILE_EXTENSIONS, ACCEPTED_FILE_TYPES, filePickerFilters } from "./constants/file-picker"
export { useCommand } from "./context/command"
export { loadLocaleDict, normalizeLocale, type Locale } from "./context/language"
export {
type DisplayBackend,
type LocalServerConfig,
type LocalServerEvent,
type LocalServerMode,
type LocalServerOpencodeCheck,
type LocalServerPlatform,
type LocalServerState,
type LocalServerStep,
type Platform,
PlatformProvider,
} from "./context/platform"
export { ServerConnection } from "./context/server"
export { handleNotificationClick } from "./utils/notification-click"