mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-12 12:58:27 +00:00
5 lines
274 B
TypeScript
5 lines
274 B
TypeScript
export { OnboardingModal } from "./onboarding-modal";
|
|
export { Provider, OnboardingStep } from "./types";
|
|
export type { ProviderConfig, OnboardingState } from "./types";
|
|
export { PROVIDER_CONFIGS, SUGGESTED_INGESTION_PROMPTS, VERIFICATION_PROMPT } from "./provider-config";
|