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) • 314 B
TypeScript
/**
* Ensures that Byokay Kit's stylesheet is loaded.
*
* This injects a <link> tag for the pre-built CSS at runtime,
* so consumers of the library don't need to manually import it.
*
* Avoids requiring any additional setup in user projects (e.g., Next.js).
*/
export declare function ensureStyles(): void;