UNPKG

byokay-kit

Version:

Byokay Kit lets users bring their own AI API keys and store them securely in their browser. This eliminates the need for your app to manage sensitive credentials or maintain AI API backend infrastructure.

10 lines (9 loc) 346 B
import { SupportedProvider } from "../core/KeyManager"; interface Props { provider: SupportedProvider; label?: string; className?: string; } export declare function ByokaiKeyConnector({ provider, label, className }: Props): import("react/jsx-runtime").JSX.Element; export declare const KeyInput: typeof ByokaiKeyConnector; export {};