UNPKG

@_sh/strapi-plugin-ckeditor

Version:

Integrates CKEditor 5 into your Strapi project as a fully customizable custom field. (Community Edition)

5 lines (4 loc) 267 B
export declare function getCookieValue(name: string): string | null; export declare function getStoredToken(): string | null; export declare function getPreferedLanguage(): string | 'en'; export declare function getProfileTheme(): 'light' | 'dark' | 'system' | null;